Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherJohnston committed Oct 21, 2024
1 parent 415d782 commit 7b16925
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/app/groups/recent-group-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,13 @@ function RecentGroupList_({
)
}

const { starredGroupInfo, groupInfo, archivedGroupInfo, globalGroupInfo } = sortGroups({
groups,
starredGroups,
archivedGroups,
globalGroups
})
const { starredGroupInfo, groupInfo, archivedGroupInfo, globalGroupInfo } =
sortGroups({
groups,
starredGroups,
archivedGroups,
globalGroups,
})

return (
<GroupsPage reload={refreshGroupsFromStorage}>
Expand Down

0 comments on commit 7b16925

Please sign in to comment.