RocketChat/Rocket.Chat

View on GitHub
apps/meteor/client/hooks/omnichannel/useOmnichannelEnabled.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { useOmnichannel } from './useOmnichannel';

export const useOmnichannelEnabled = (): boolean => useOmnichannel().enabled;