diff --git a/ui/js/component/video/internal/loading-screen.jsx b/ui/js/component/video/internal/loading-screen.jsx index 06dd7ff6b..a8dfacc37 100644 --- a/ui/js/component/video/internal/loading-screen.jsx +++ b/ui/js/component/video/internal/loading-screen.jsx @@ -1,11 +1,11 @@ import React from "react"; -const LoadingScreen = ({ statusMessage }) => +const LoadingScreen = ({ status }) =>
- {statusMessage} + {status}
;