Skip to content

Commit

Permalink
Fixes #66 - New windows not showing data
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwippler committed May 6, 2024
1 parent 401204b commit 0c74a75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/pages/tag/[name].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export default function Tag() {
if (!user?.token) dispatch(setRedirect(`/tag/${router.query.name}`))
if (!name) {
setLoading(true)
return
}
// add - for data fetching
api.get(`/tag/${router.query.name}`, '', user?.token)
Expand Down

0 comments on commit 0c74a75

Please sign in to comment.