Skip to content

Commit

Permalink
remove unnecessary bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
simke9445 committed Mar 16, 2024
1 parent b05d59f commit 8f53228
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export const ListItem = (props: ListChildComponentProps<ListData>) => {
<Text className={styles.id} variant="text" weight="bold">
ID#{job.info.id}
</Text>
)
</div>
);
};

0 comments on commit 8f53228

Please sign in to comment.