fix(web): show memory in main timeline (#2775)

This commit is contained in:
Alex
2023-06-15 14:11:14 -05:00
committed by GitHub
parent a59e9e1d9e
commit 77fe2e55be
2 changed files with 5 additions and 2 deletions

View File

@@ -53,5 +53,5 @@
{/if}
</svelte:fragment>
<AssetGrid slot="content" />
<AssetGrid slot="content" showMemoryLane />
</UserPageLayout>