fix lints and format

This commit is contained in:
Timo K
2026-05-11 20:09:55 +02:00
parent 102542c1b0
commit b042f2594d
3 changed files with 24 additions and 22 deletions
+2
View File
@@ -2,7 +2,9 @@
Copyright 2026 Element Creations Ltd.
SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
Please see LICENSE in the repository root for full details.
**/}
{/**
This is a custom doc page overwriting the default autodocs tag.
This can be done by using the same filename as the component
With the help of Primary, Controls,Stories the overhead is minimal
+1 -1
View File
@@ -28,7 +28,7 @@ const reactionData = {
* A wrapper component that is used for:
* - exposing the snapshot via props so the storybook documents the snapshot properties (basically unpack them form the vm)
* - Add additional react context
* @param chilren used for the "Back to Recents" button in the lobby stories, but can be used for anything really
* @param children used for the "Back to Recents" button in the lobby stories, but can be used for anything really
* @param vmSnapshot the Snapshot of the vm, the wrapper will create a mocked vm from it and pass it to the CallFooter.
* @returns
*/
+1 -1
View File
@@ -108,7 +108,6 @@ describe("createCallFooterViewModel", () => {
checkEmptyFor("desktop", pipLayout);
});
it("are populated when the platform is desktop and the layout is not PiP", () => {
platformMock.mockReturnValue("desktop");
@@ -131,3 +130,4 @@ describe("createCallFooterViewModel", () => {
});
});
});
});