revert the third column
This commit is contained in:
@@ -85,7 +85,6 @@ export const MainGrid = ({ sessionReady }: { sessionReady: boolean }) => {
|
|||||||
item
|
item
|
||||||
xs={12}
|
xs={12}
|
||||||
sm={compactMode ? 6 : 12}
|
sm={compactMode ? 6 : 12}
|
||||||
xl={compactMode ? 4 : 12}
|
|
||||||
key={`account-${id}-${g[0].account}`}
|
key={`account-${id}-${g[0].account}`}
|
||||||
>
|
>
|
||||||
<AccountCard characters={g} sessionReady={sessionReady} />
|
<AccountCard characters={g} sessionReady={sessionReady} />
|
||||||
|
Reference in New Issue
Block a user