Skip to content

Commit aadf5aa

Browse files
committed
chore: remove extra spaces
1 parent bf2545c commit aadf5aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/GenericDescription/GenericDescription.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ const GenericDescription = ({
259259
{updatedBy && _date && (
260260
<div className="flex left fw-4 cn-7 ml-8 fs-12 h-20">
261261
Last updated by &nbsp;
262-
<span className=" dc__ellipsis-right dc__mxw-200">{updatedBy}</span>&nbsp;on {_date}
262+
<span className="dc__ellipsis-right dc__mxw-200">{updatedBy}</span>&nbsp;on {_date}
263263
</div>
264264
)}
265265
<div

0 commit comments

Comments
 (0)