Skip to content

Commit d6438bc

Browse files
committed
Fix lint error
1 parent d4abd1d commit d6438bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/(authenticated)/users/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
use:enhance
165165
class="flex flex-row flex-wrap place-content-end items-center p-2 gap-1 w-full md:w-auto"
166166
>
167-
<SearchBar bind:value={$form.search} className='w-full md:w-auto' requestSubmit={submit} />
167+
<SearchBar bind:value={$form.search} className="w-full md:w-auto" requestSubmit={submit} />
168168
</form>
169169
</div>
170170
<div class="m-4 relative mt-0">

0 commit comments

Comments
 (0)