Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed May 5, 2023
1 parent 2fa5820 commit fa932e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ const Home = () => {
)
return (
<li key={`${standard}-${tenant.displayName}`}>
{standardDisplayname[0].label} ({tenant.displayName})
{standardDisplayname[0]?.label} ({tenant.displayName})
</li>
)
})
Expand Down

0 comments on commit fa932e3

Please sign in to comment.