Skip to content

Commit

Permalink
Update history-title.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
VLGrigoryan authored Aug 29, 2024
1 parent e132a1c commit 137b4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/history-page/title/history-title.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const HistoryTitle: React.FC<IHistoryTitle> = ({ data, currentYear, showV
width="100%"
height="100%"
/>
} : null
} : undefined
},
events_count: {
count: events_count,
Expand Down

0 comments on commit 137b4fd

Please sign in to comment.