diff --git a/src/__snapshots__/AppBar.test.tsx.snap b/src/__snapshots__/AppBar.test.tsx.snap
index 2dd608a6..7247c6b9 100644
--- a/src/__snapshots__/AppBar.test.tsx.snap
+++ b/src/__snapshots__/AppBar.test.tsx.snap
@@ -14,24 +14,28 @@ exports[`AppBar > renders 1`] = `
>
= (props) => {
);
};
-interface SettingsButtonProps extends ComponentPropsWithoutRef<"button"> {
- size?: "sm" | "lg";
-}
-export const SettingsButton: FC
= (props) => {
- const { t } = useTranslation();
- const Icon =
- platform === "android" ? OverflowVerticalIcon : OverflowHorizontalIcon;
- return (
-
-
-
- );
-};
+// interface SettingsButtonProps extends ComponentPropsWithoutRef<"button"> {
+// size?: "sm" | "lg";
+// }
+// const SettingsButton: FC = (props) => {
+// const { t } = useTranslation();
+// const Icon =
+// platform === "android" ? OverflowVerticalIcon : OverflowHorizontalIcon;
+// return (
+//
+//
+//
+// );
+// };
diff --git a/src/room/__snapshots__/InCallView.test.tsx.snap b/src/room/__snapshots__/InCallView.test.tsx.snap
index 7ef7298b..dafc8564 100644
--- a/src/room/__snapshots__/InCallView.test.tsx.snap
+++ b/src/room/__snapshots__/InCallView.test.tsx.snap
@@ -170,24 +170,28 @@ exports[`InCallView > rendering > renders 1`] = `
>