Change the MyStories sort order
This commit is contained in:
parent
3eecd23c8d
commit
981bbf1a3f
3 changed files with 33 additions and 8 deletions
|
@ -59,7 +59,7 @@ function search(
|
|||
}
|
||||
|
||||
function getNewestMyStory(story: MyStoryType): StoryViewType {
|
||||
return story.stories[story.stories.length - 1];
|
||||
return story.stories[0];
|
||||
}
|
||||
|
||||
export type PropsType = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue