feat(web): show recent guilds in masthead

This commit is contained in:
41666 2021-03-13 18:52:40 -05:00
parent 8ace9abf63
commit f01325cfba
8 changed files with 81 additions and 37 deletions

View file

@ -69,7 +69,7 @@ export const Authed = (props: Props) => {
{() => (
<GuildNav
guilds={props.guilds}
recentGuilds={props.recentGuilds}
recentGuilds={props.recentGuilds || []}
/>
)}
</Popover>