Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/editing-flow' into editing-flow
Browse files Browse the repository at this point in the history
  • Loading branch information
jiexi committed Sep 18, 2024
2 parents 024597d + be170f8 commit 144dea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pages/routes/routes.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ export default class Routes extends Component {
<AvatarNetwork
size={AvatarAccountSize.Md}
borderColor={BorderColor.transparent}
src={switchedNetworkDetails?.imageUrl}
src={switchedNetworkDetails?.imageUrl || ''}
name={switchedNetworkDetails?.nickname}
/>
}
Expand Down

0 comments on commit 144dea4

Please sign in to comment.