Skip to content

Commit 5c5e2be

Browse files
committed
lint and format
1 parent 9b28770 commit 5c5e2be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/i18n/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,8 +923,8 @@
923923
"Unfollow_thread": "Unfollow thread",
924924
"Unfollowed_thread": "Unfollowed thread",
925925
"Unhide": "Unhide",
926-
"Unignore": "Unignore",
927926
"Unhold": "Unhold",
927+
"Unignore": "Unignore",
928928
"Unmute": "Unmute",
929929
"Unmute_someone_in_room": "Unmute someone in the room",
930930
"unmuted": "unmuted",

app/lib/methods/enterpriseModules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ export function isOmnichannelModuleAvailable() {
6363
}
6464

6565
export function isVoipModuleAvailable() {
66-
const { enterpriseModules } = reduxStore.getState();
66+
// const { enterpriseModules } = reduxStore.getState();
6767
return true; // enterpriseModules.includes('teams-voip');
6868
}

0 commit comments

Comments
 (0)