Skip to content

Commit

Permalink
chore: remove unnecessary character
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanik committed Sep 24, 2024
1 parent b79deaf commit a85ef8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const EditFilterFormulaModal = observer(function EditFormulaModal({ isOpe
<div className="codap-modal-icon-container" />
<div className="codap-header-title" />
<ModalCloseButton onClick={onClose} data-testid="modal-close-button" />
</ModalHeader>=
</ModalHeader>
<ModalBody>
{
data?.filterFormulaError &&
Expand Down

0 comments on commit a85ef8c

Please sign in to comment.