mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
fix(ServerListingCard): remove unreachable return in permission tag
This commit is contained in:
parent
04a3feceae
commit
89d23cb214
1 changed files with 0 additions and 2 deletions
|
@ -55,6 +55,4 @@ const PermissionTag = (props: { permissionLevel: UserGuildPermissions }) => {
|
||||||
</PermissionTagStyled>
|
</PermissionTagStyled>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue