Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
riahk committed Jan 28, 2021
1 parent 4cb229b commit ce40788
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1263,8 +1263,8 @@ const AlertReportModal: FunctionComponent<AlertReportModalProps> = ({
<span className="input-label">seconds</span>
</div>
</StyledInputContainer>
{! isReport &&
(<StyledInputContainer>
{!isReport && (
<StyledInputContainer>
<div className="control-label">{t('Grace period')}</div>
<div className="input-container">
<input
Expand All @@ -1276,8 +1276,8 @@ const AlertReportModal: FunctionComponent<AlertReportModalProps> = ({
/>
<span className="input-label">seconds</span>
</div>
</StyledInputContainer>)
}
</StyledInputContainer>
)}
</div>
<div className="column message">
<StyledSectionTitle>
Expand Down

0 comments on commit ce40788

Please sign in to comment.