Remove duplicate modal footer from group edit
This commit is contained in:
parent
4e624c7286
commit
7b703fdd5f
1 changed files with 2 additions and 1 deletions
|
@ -204,7 +204,8 @@ export const EditConversationAttributesModal: FunctionComponent<PropsType> = ({
|
|||
);
|
||||
}
|
||||
|
||||
const modalFooter = (
|
||||
// AvatarEditor brings its own footer with it so no need to duplicate it.
|
||||
const modalFooter = editingAvatar ? undefined : (
|
||||
<>
|
||||
<Button
|
||||
disabled={isRequestActive}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue