Skip to content

Commit 1c69af8

Browse files
committed
chore: remove ? from userinfoquery maping
1 parent 5982040 commit 1c69af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/routes/_app/dashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ const RouteComponent = () => {
212212
</p>
213213
)}
214214
<AnimatePresence mode="popLayout">
215-
{userInfoQuery.data?.map((user, i) => {
215+
{userInfoQuery.data.map((user, i) => {
216216
return (
217217
<motion.li
218218
layout

0 commit comments

Comments
 (0)