Fix part of storybook stories
This commit is contained in:
parent
eaae3ff88b
commit
a2b05333f7
8 changed files with 65 additions and 38 deletions
|
@ -17,11 +17,8 @@ import {
|
|||
isMissingRequiredProfileSharing,
|
||||
} from '../selectors/conversations';
|
||||
import { CallMode } from '../../types/Calling';
|
||||
import {
|
||||
getActiveCall,
|
||||
isAnybodyElseInGroupCall,
|
||||
useCallingActions,
|
||||
} from '../ducks/calling';
|
||||
import { getActiveCall, useCallingActions } from '../ducks/calling';
|
||||
import { isAnybodyElseInGroupCall } from '../ducks/callingHelpers';
|
||||
import {
|
||||
getConversationCallMode,
|
||||
useConversationsActions,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue