0
0
Fork 0

微調整

This commit is contained in:
Xeltica 2022-03-01 00:10:44 +09:00
parent f360ab6158
commit ecc8b8562e
3 changed files with 17 additions and 22 deletions

View file

@ -60,7 +60,7 @@ export const IndexSessionPage: React.VFC = () => {
<Tab items={items} selected={selectedTab} onSelect={setSelectedTab}/>
</div>
</div>
<article className="xarticle mt-2">
<div className="xarticle mt-2">
<Card className="mb-2">
<CurrentUser/>
{session && meta && meta.currentTokenVersion !== session.tokenVersion && (
@ -71,7 +71,7 @@ export const IndexSessionPage: React.VFC = () => {
)}
</Card>
{component}
</article>
</div>
</>
);
};