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