Add scroll-to-top for all screens (#177)

This commit is contained in:
Paul Frazee
2023-02-09 16:10:22 -06:00
committed by GitHub
parent b84c88cd21
commit 70b0dc070a
8 changed files with 60 additions and 22 deletions
+1
View File
@@ -658,6 +658,7 @@ export const mockedRootStore = {
profiles: mockedProfilesStore,
linkMetas: mockedLinkMetasStore,
log: mockedLogStore,
onScreenSoftReset: jest.fn().mockReturnValue({remove: jest.fn()}),
} as RootStoreModel
export const mockedProfileUiStore = {