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