Remove unnecessary comment

merge-requests/3337/head
danidfra 2025-03-03 12:22:46 -03:00
rodzic 8cfd2f5502
commit 31f09493f2
2 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -207,7 +207,6 @@ const CreateFilter = () => {
<div className='relative w-full items-center p-0.5'>
<Input theme='search' value={inputValue} className='h-9' onChange={(e) => setInputValue(e.target.value)} />
<div
// role='button'
tabIndex={0}
className='absolute inset-y-0 right-0 flex cursor-pointer items-center px-3 rtl:left-0 rtl:right-auto'
>

Wyświetl plik

@ -17,7 +17,6 @@ import {
useSuggestions,
} from 'soapbox/queries/suggestions.ts';
// @ts-ignore
import 'swiper/css';
const PopularAccounts = ({ id }: { id: string }) => {
@ -33,7 +32,6 @@ const PopularAccounts = ({ id }: { id: string }) => {
backgroundSize: `${account?.header ? 'cover' : 'auto' }`,
backgroundPosition: 'center',
backgroundRepeat: 'no-repeat',
height: 'full',
}}
space={3}
>