diff --git a/src/client/lazy-app/Compress/Results/index.tsx b/src/client/lazy-app/Compress/Results/index.tsx index eee5a5b7..3c131ca4 100644 --- a/src/client/lazy-app/Compress/Results/index.tsx +++ b/src/client/lazy-app/Compress/Results/index.tsx @@ -36,7 +36,7 @@ const loadingReactionDelay = 500; export default class Results extends Component { state: State = { - showLoadingState: false, + showLoadingState: this.props.loading, }; /** The timeout ID between entering the loading state, and changing UI */