We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848ee58 commit 58af835Copy full SHA for 58af835
2 files changed
src/schedule-and-details/data/slice.test.js
src/schedule-and-details/index.jsx
@@ -143,7 +143,7 @@ const ScheduleAndDetails = ({ courseId }) => {
143
return <></>;
144
}
145
146
- if (courseDetails.isError || loadingSettingsStatus === RequestStatus.DENIED) {
+ if (loadingSettingsStatus === RequestStatus.DENIED) {
147
return (
148
<div className="row justify-content-center m-6">
149
<Placeholder />
0 commit comments