Skip to content

Commit a9fee6f

Browse files
committed
Update PlanPanelLeft.tsx
1 parent 1228620 commit a9fee6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend_react/src/components/content/PlanPanelLeft.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const PlanPanelLeft: React.FC<PlanPanelLefProps> = ({ reloadTasks }) => {
145145
<PanelFooter>
146146
<PanelUserCard
147147
name={userInfo ? userInfo.user_first_last_name : "Guest"}
148-
alias={userInfo ? userInfo.user_email : ""}
148+
// alias={userInfo ? userInfo.user_email : ""}
149149
size={32}
150150
/>
151151
</PanelFooter>

0 commit comments

Comments
 (0)