fix: 🐛
This commit is contained in:
parent
7e5328f2b1
commit
477f6eebdc
2 changed files with 5 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ export default function SeenOnButton({ event }: { event: Event }) {
|
|||
</button>
|
||||
</DropdownMenuTrigger>
|
||||
<DropdownMenuContent collisionPadding={8}>
|
||||
<DropdownMenuLabel>Seen on</DropdownMenuLabel>
|
||||
<DropdownMenuLabel>{t('Seen on')}</DropdownMenuLabel>
|
||||
<DropdownMenuSeparator />
|
||||
{relays.map((relay) => (
|
||||
<DropdownMenuItem key={relay} onClick={() => push(toRelay(relay))}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue