This commit is contained in:
Shusui MOYATANI
2023-03-09 01:36:22 +09:00
parent c6e3b04294
commit fe3b1b6074

View File

@@ -133,7 +133,7 @@ const Home: Component = () => {
<Column name="日本サーバ" columnIndex={3} width="medium">
<Timeline events={localTimeline()} />
</Column>
<Column name="自分の投稿" colmnIndex={4} lastColumn width="medium">
<Column name="自分の投稿" columnIndex={4} lastColumn width="medium">
<Timeline events={myPosts()} />
</Column>
</div>