Skip to content

Commit 0cabd98

Browse files
committed
testing
1 parent 86d080b commit 0cabd98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/LastFetchedAt/LastFetchedAt.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export const LastFetchedAt = ({ lastFetchedAt }: LastFetchAtProps) => {
1010

1111
return (
1212
<div className="w-full text-xs text-gray-500 text-right">
13+
2{' '}
1314
{t('common.lastFetched', {
1415
date: intlFormatDistance(lastFetchedAt, new Date(), {
1516
locale: navigator.language,

0 commit comments

Comments
 (0)