tanstak table corrected adaptive layout
This commit is contained in:
@@ -14,7 +14,7 @@ export default function Page() {
|
||||
const t = useTranslations('Global');
|
||||
|
||||
return (
|
||||
<div>
|
||||
<>
|
||||
<Suspense fallback={<>...</>}>
|
||||
<PageTitle title="statistics">
|
||||
</PageTitle>
|
||||
@@ -24,6 +24,6 @@ export default function Page() {
|
||||
</div>
|
||||
<FilesTable fileType={'all'}/>
|
||||
</Suspense>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user