Skip to content

Commit

Permalink
fix period (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
terryttsai committed Oct 5, 2022
1 parent 317b35e commit 96ebcfb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions publisher/src/components/DataUpload/UploadErrorsWarnings.tsx
Expand Up @@ -211,9 +211,9 @@ export const UploadErrorsWarnings: React.FC<UploadErrorsWarningsProps> = ({
{successfulMetricsCount === 0 || successfulMetricsCount > 1
? "s"
: ""}{" "}
were saved successfully{" "}
were saved successfully
{errorsWarningsAndSuccessfulMetrics.hasWarnings &&
"(with warnings)"}
" (with warnings)"}
.
</>
)}
Expand All @@ -235,9 +235,9 @@ export const UploadErrorsWarnings: React.FC<UploadErrorsWarningsProps> = ({
{successfulMetricsCount === 0 || successfulMetricsCount > 1
? "s"
: ""}{" "}
were saved successfully{" "}
were saved successfully
{errorsWarningsAndSuccessfulMetrics.hasWarnings &&
"(with warnings)"}
" (with warnings)"}
.
</>
)}
Expand Down

0 comments on commit 96ebcfb

Please sign in to comment.