Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Oct 13, 2024
1 parent 759fb58 commit c4417fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Regions/RegionMetaCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export const RegionMetaCard = ({ active, regionMetadata }: RegionMetaCardProps)
<div style={{ width: '450px' }}>
<RegionCard
regionData={{
rawId: regionMetadata.rawId.toString(),
name: regionMetadata.name || `Region ${regionMetadata.region.getCore()}`,
regionStart: getRelativeTimeString(beginTimestamp),
regionEnd: getRelativeTimeString(endTimestamp),
Expand Down

0 comments on commit c4417fe

Please sign in to comment.