Skip to content

Commit c659343

Browse files
committed
Fix typo in tooltip
1 parent 1652760 commit c659343

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/Dashboard/Content/routes/TeamView

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Dashboard/Content/routes/TeamView/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class TeamView extends React.PureComponent {
186186
creatorId={data.me.team.creatorId}
187187
currentUserId={currentUser.id}
188188
userId={user.id}
189-
name={user.name || user.usermame}
189+
name={user.name || user.username}
190190
teamId={teamId}
191191
totalMemberSize={
192192
data.me.team.users.length +

0 commit comments

Comments
 (0)