Skip to content

Commit 5472ae6

Browse files
committed
chore: remove redundant ?
1 parent ce8fec1 commit 5472ae6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ const RouteComponent = () => {
214214
)}
215215
{userInfoQuery.data && (
216216
<AnimatePresence mode="popLayout">
217-
{userInfoQuery.data?.map((user, i) => {
217+
{userInfoQuery.data.map((user, i) => {
218218
return (
219219
<motion.li
220220
layout

0 commit comments

Comments
 (0)