diff --git a/src/Core.js b/src/Core.js index d656a3b..41ecf93 100644 --- a/src/Core.js +++ b/src/Core.js @@ -16,7 +16,7 @@ function Core() { data: coreState.data, close: () => dispatch(setPlugin(false)) }; - const dummyButtons = ["Maps", "Home Devices", "Phone"]; + const dummyButtons = ["Maps", "Phone"]; return <> {voiceState.recording ? : @@ -39,6 +39,8 @@ function Core() {