Skip to content

Commit

Permalink
DelayedSpinner did get delay parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
otenav committed Apr 22, 2022
1 parent 6653e96 commit 0b5ef6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/spinner/DelayedSpinner.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import "./DelayedSpinner.less";
* While doing fetch calls on a fast network, a spinner will normally be
* visible just for a few milliseconds. To reduce visual noise, it can
* be delayed, and appear only for slower fetch calls.
* @param delay - default 1000ms
*/
export default function DelayedSpinner() {
const [showSpinner, setShowSpinner] = useState(false);
Expand Down

0 comments on commit 0b5ef6f

Please sign in to comment.