Skip to content

Commit 3c35fc8

Browse files
committed
Revert fix
1 parent 0cabd98 commit 3c35fc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/LastFetchedAt/LastFetchedAt.tsx

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

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

0 commit comments

Comments
 (0)