mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-19 06:54:23 +01:00
fix
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user