Skip to content

Commit 67e60b3

Browse files
committed
#4217 prettier
1 parent 417feee commit 67e60b3

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/frontend/src/components/ChangesList.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,7 @@ const ChangesList: React.FC<ChangesListProps> = ({ changes }) => {
6262
{fullNamePipe(ic.implementer)}
6363
</Typography>
6464
</Typography>
65-
<Typography
66-
variant="caption"
67-
sx={{ color: 'text.secondary', whiteSpace: 'nowrap', flexShrink: 0, ml: 'auto' }}
68-
>
65+
<Typography variant="caption" sx={{ color: 'text.secondary', whiteSpace: 'nowrap', flexShrink: 0, ml: 'auto' }}>
6966
{datePipe(ic.dateImplemented)}
7067
</Typography>
7168
</Box>

0 commit comments

Comments
 (0)