Skip to content

Commit

Permalink
editor-open-error
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Feb 21, 2024
1 parent 654fdf7 commit 7af06b7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ const ModalDesktopEditorOpenConfirmation: React.FunctionComponent<
{isError ? (
<>

Check warning on line 81 in starsky/starsky/clientapp/src/components/organisms/modal-desktop-editor-open-confirmation/modal-desktop-editor-open-confirmation.tsx

View check run for this annotation

Codecov / codecov/patch

starsky/starsky/clientapp/src/components/organisms/modal-desktop-editor-open-confirmation/modal-desktop-editor-open-confirmation.tsx#L81

Added line #L81 was not covered by tests
<br />
<div className="warning-box">{isError}</div>
<div data-test="editor-open-error" className="warning-box">
{isError}
</div>
</>
) : null}

Check warning on line 87 in starsky/starsky/clientapp/src/components/organisms/modal-desktop-editor-open-confirmation/modal-desktop-editor-open-confirmation.tsx

View check run for this annotation

Codecov / codecov/patch

starsky/starsky/clientapp/src/components/organisms/modal-desktop-editor-open-confirmation/modal-desktop-editor-open-confirmation.tsx#L87

Added line #L87 was not covered by tests

Expand Down

0 comments on commit 7af06b7

Please sign in to comment.