Skip to content

Commit

Permalink
Fix: AvatarDropdown if no colony loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
rdig committed Dec 7, 2021
1 parent da1db9e commit 17d8a43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const AvatarDropdownPopover = ({
<NavLink
to={{
pathname: CREATE_USER_ROUTE,
state: { colonyURL: `/colony/${colony.colonyName}` },
state: { colonyURL: `/colony/${colony?.colonyName}` },
}}
text={MSG.buttonGetStarted}
/>
Expand Down

0 comments on commit 17d8a43

Please sign in to comment.