Merge pull request #7 from dkhalife/bugfix/comma-after-nav

Fix typo comma showing up in the nav
This commit is contained in:
Mohamad Tarbin 2024-12-31 02:26:23 -05:00 committed by GitHub
commit 7c5f62e192
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -123,7 +123,6 @@ function App() {
</Snackbar> </Snackbar>
)} )}
</QueryClientProvider> </QueryClientProvider>
,
</div> </div>
) )
} }