Skip to content

Commit c8bdcaa

Browse files
committed
feat(filters): account filtering
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent 56b47ba commit c8bdcaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/routes/Filters.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ export const FiltersRoute: FC = () => {
3131

3232
<Contents paddingBottom>
3333
<Stack direction="vertical" gap="spacious">
34-
<SearchFilter />
3534
{hasMultipleAccounts && <AccountFilter />}
35+
<SearchFilter />
3636
<UserTypeFilter />
3737
<SubjectTypeFilter />
3838
<StateFilter />

0 commit comments

Comments
 (0)