1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00

Implement push notification toggle in device detail (#9308)

Co-authored-by: Travis Ralston <travisr@matrix.org>
This commit is contained in:
Germain
2022-09-27 13:35:54 +01:00
committed by GitHub
parent ace6591f43
commit 641cf28e4c
13 changed files with 269 additions and 3 deletions

View File

@@ -40,6 +40,7 @@ describe('<CurrentDeviceSection />', () => {
isLoading: false,
isSigningOut: false,
};
const getComponent = (props = {}): React.ReactElement =>
(<CurrentDeviceSection {...defaultProps} {...props} />);