Voice notes drafts
This commit is contained in:
parent
356fb301e1
commit
99015d7b96
48 changed files with 2113 additions and 909 deletions
|
@ -126,6 +126,8 @@ const useProps = (overrideProps: Partial<Props> = {}): Props => ({
|
|||
// SMS-only
|
||||
isSMSOnly: overrideProps.isSMSOnly || false,
|
||||
isFetchingUUID: overrideProps.isFetchingUUID || false,
|
||||
renderSmartCompositionRecording: _ => <div>RECORDING</div>,
|
||||
renderSmartCompositionRecordingDraft: _ => <div>RECORDING DRAFT</div>,
|
||||
});
|
||||
|
||||
export function Default(): JSX.Element {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue