Skip to content

Commit

Permalink
size
Browse files Browse the repository at this point in the history
  • Loading branch information
fishylunar committed Nov 25, 2024
1 parent 0079e4d commit eac11a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OdinEventsTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function OdinEventsTable({ events }: OdinEventsTableProps) {
<TableCell>Timestamp</TableCell>
</TableRow>
</TableHeader>
<TableBody>
<TableBody className='divide-y'>
{events ? (
events.map((odinEvent: OdinEvent) => (
<TableRow key={odinEvent.timestamp}>
Expand Down

0 comments on commit eac11a2

Please sign in to comment.