pl-fe: lint

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk
2024-12-05 17:16:43 +01:00
parent 4ff23c77e8
commit 329d4e89bd
151 changed files with 233 additions and 233 deletions

View File

@@ -16,7 +16,7 @@ const PinnedHostsPicker: React.FC<IPinnedHostsPicker> = ({ host: activeHost }) =
if (!pinnedHosts.length) return null;
return (
<HStack className='black:mx-2 mb-4' space={2}>
<HStack className='mb-4 black:mx-2' space={2}>
{pinnedHosts.map((host) => (
<Button
key={host}