mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-19 23:14:27 +01:00
fix
This commit is contained in:
@@ -133,7 +133,7 @@ const Home: Component = () => {
|
|||||||
<Column name="日本サーバ" columnIndex={3} width="medium">
|
<Column name="日本サーバ" columnIndex={3} width="medium">
|
||||||
<Timeline events={localTimeline()} />
|
<Timeline events={localTimeline()} />
|
||||||
</Column>
|
</Column>
|
||||||
<Column name="自分の投稿" colmnIndex={4} lastColumn width="medium">
|
<Column name="自分の投稿" columnIndex={4} lastColumn width="medium">
|
||||||
<Timeline events={myPosts()} />
|
<Timeline events={myPosts()} />
|
||||||
</Column>
|
</Column>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user