Skip to content

Commit 4dfa16b

Browse files
committed
Fixed linting error
1 parent b2b88a7 commit 4dfa16b

File tree

1 file changed

+1
-2
lines changed
  • src/Exceptionless.Web/ClientApp/src/routes/(app)/stream

1 file changed

+1
-2
lines changed

src/Exceptionless.Web/ClientApp/src/routes/(app)/stream/+page.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import * as FacetedFilter from '$comp/faceted-filter';
88
import { toFacetedFilters } from '$comp/filters/facets';
99
import { filterChanged, filterRemoved, FilterSerializer, getDefaultFilters, type IFilter, toFilter } from '$comp/filters/filters.svelte';
10-
import { Muted } from '$comp/typography';
1110
import { Button } from '$comp/ui/button';
1211
import * as Card from '$comp/ui/card';
1312
import * as Sheet from '$comp/ui/sheet';
@@ -145,7 +144,7 @@
145144
{/if}
146145
</DataTable.Body>
147146
<DataTable.Footer {table}>
148-
<div class="flex items-center justify-center space-x-4 w-full">
147+
<div class="flex w-full items-center justify-center space-x-4">
149148
<DataTable.PageSize bind:value={limit.value} {table} />
150149
<div class="text-center">
151150
<ErrorMessage message={response?.problem?.errors.general} />

0 commit comments

Comments
 (0)