Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #524 from pope1ni/patch-1
Browse files Browse the repository at this point in the history
Fixed debug title class name for default spinner.
  • Loading branch information
alexcjohnson authored May 10, 2019
2 parents 0fc7e15 + 2ec28c6 commit d5480e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fragments/Loading/spinners/DefaultSpinner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const DefaultSpinner = ({
let debugTitle;
if (debug) {
debugTitle = (
<h3 className="dash-default-spinner .dash-loading-title">
<h3 className="dash-loading-title">
Loading {status.component_name}
's {status.prop_name}
</h3>
Expand Down

0 comments on commit d5480e8

Please sign in to comment.