Fix: Cannot Pin/Unpin Instances

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-04-01 15:20:54 +02:00
parent 7320299b3c
commit 77c41728e6
3 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ const PinnedHostsPicker: React.FC<IPinnedHostsPicker> = ({ host: activeHost }) =
return (
<HStack className='mb-4' space={2}>
{pinnedHosts.map((host: any) => (
{pinnedHosts.map((host) => (
<Button
key={host}
to={`/timeline/${host}`}