Add a permanent add story button to MyStories

This commit is contained in:
Josh Perez
2022-08-05 19:24:49 -04:00
committed by GitHub
parent 71382b8f65
commit 7a1686b915
5 changed files with 142 additions and 63 deletions

View File

@@ -187,6 +187,7 @@ export const StoriesPane = ({
newestStory={
myStories.length ? getNewestMyStory(myStories[0]) : undefined
}
onAddStory={onAddStory}
onClick={onMyStoriesClicked}
queueStoryDownload={queueStoryDownload}
/>