Skip to content

Commit 86b1028

Browse files
authored
feat(ClusterPhotoGrid): add year display (#80)
1 parent 54b8bd3 commit 86b1028

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/web/src/components/ui/map/ClusterPhotoGrid.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ export const ClusterPhotoGrid = ({
154154
})} - ${latest?.toLocaleDateString(i18n.language, {
155155
month: 'short',
156156
day: 'numeric',
157+
year: 'numeric',
157158
})}`}
158159
</span>
159160
</div>

0 commit comments

Comments
 (0)