diff --git a/src/app/components/Account/AccountCard.tsx b/src/app/components/Account/AccountCard.tsx
index f7786b6..8362bec 100644
--- a/src/app/components/Account/AccountCard.tsx
+++ b/src/app/components/Account/AccountCard.tsx
@@ -24,7 +24,7 @@ export const AccountCard = ({
{characters[0].account !== "-"
? `Account: ${characters[0].account}`
- : ""}
+ : "No account name"}
{characters.map((c) => (
({
padding: 0,
margin: "0 !important",
textAlign: "left",
- justifyContent: "center",
+ justifyContent: "flex-start",
alignItems: "center",
+ minHeight: "170px",
}));
export interface Pin {