Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
volar committed Dec 16, 2023
1 parent 52f94be commit 2703335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CachedDamUserChip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const props = withDefaults(
)
const router = useRouter()
// const cached = shallowRef<undefined | UserMinimal>(undefined)
const cached = shallowRef<undefined | UserMinimal>(undefined)
const loaded = shallowRef<boolean>(false)
const { getCachedUser } = useCachedUsers()
Expand Down

0 comments on commit 2703335

Please sign in to comment.