Skip to content

Commit

Permalink
Fix faulty conflict resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
cfisher-scottlogic committed Nov 1, 2023
1 parent 47958bb commit 0b407c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const LayoutsList = (props: HTMLAttributes<HTMLDivElement>) => {
{metadata?.name}
</div>
<div className={`${classBase}-layoutDetails`}>
<div>{`${metadata?.user}, ${metadata?.date}`}</div>
<div>{`${metadata?.user}, ${metadata?.created}`}</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 0b407c6

Please sign in to comment.