diff --git a/src/design-system/molecules/server-listing-card/ServerListingCard.tsx b/src/design-system/molecules/server-listing-card/ServerListingCard.tsx index c4e809a..22b7bec 100644 --- a/src/design-system/molecules/server-listing-card/ServerListingCard.tsx +++ b/src/design-system/molecules/server-listing-card/ServerListingCard.tsx @@ -55,6 +55,4 @@ const PermissionTag = (props: { permissionLevel: UserGuildPermissions }) => { ); } - - return null; };