Skip to content

Commit 8f53228

Browse files
committed
remove unnecessary bracket
1 parent b05d59f commit 8f53228

File tree

1 file changed

+0
-1
lines changed
  • apps/warp-protocol/src/components/layout/migrate-jobs

1 file changed

+0
-1
lines changed

apps/warp-protocol/src/components/layout/migrate-jobs/ListItem.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export const ListItem = (props: ListChildComponentProps<ListData>) => {
3030
<Text className={styles.id} variant="text" weight="bold">
3131
ID#{job.info.id}
3232
</Text>
33-
)
3433
</div>
3534
);
3635
};

0 commit comments

Comments
 (0)