Skip to content

Commit

Permalink
Merge branch '_fb-cw-1471-additionalbuttons-editableinformation'
Browse files Browse the repository at this point in the history
  • Loading branch information
ayalalevinger committed Nov 26, 2021
2 parents 7254fda + ae1f8f7 commit 3abd64d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export const EditablePanel: FunctionComponent<EditablePanelProps> = ({
</ButtonWrapper>
) : (
<ButtonWrapper hasMargin={options !== undefined && !isSaving}>
{options && !isSaving && options}
{!isSaving && options}
<Button
iconType={iconEdit}
isDisabled={isButtonDisabled || isDisabled}
Expand Down

0 comments on commit 3abd64d

Please sign in to comment.