Add a permanent add story button to MyStories
This commit is contained in:
parent
71382b8f65
commit
7a1686b915
5 changed files with 142 additions and 63 deletions
|
@ -187,6 +187,7 @@ export const StoriesPane = ({
|
|||
newestStory={
|
||||
myStories.length ? getNewestMyStory(myStories[0]) : undefined
|
||||
}
|
||||
onAddStory={onAddStory}
|
||||
onClick={onMyStoriesClicked}
|
||||
queueStoryDownload={queueStoryDownload}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue