Skip to content

Commit

Permalink
linting errors fixed
Browse files Browse the repository at this point in the history
Signed-off-by: shivangrawat30 <[email protected]>
  • Loading branch information
ShivangRawat30 committed Oct 3, 2023
1 parent 3a7b39d commit b421175
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
import { updateTreeViewTopic } from '../../modules/wizard/handlers';
import { getChannelWithContentSizes } from '../../modules/wizard/apiChannelMetadata';
import NewChannelVersionBanner from '../ManageContentPage/NewChannelVersionBanner';
import { ContentWizardPages, ContentWizardErrors, PageNames } from '../../constants';
import { ContentWizardErrors, PageNames } from '../../constants';
import ChannelContentsSummary from './ChannelContentsSummary';
import ContentTreeViewer from './ContentTreeViewer';
import ContentWizardUiAlert from './ContentWizardUiAlert';
Expand Down Expand Up @@ -183,6 +183,7 @@
else if(this.inLocalImportMode) {
return availableChannelsPageLink({driveId: this.selectedDrive.id});
}
return availableChannelsPageLink();
},
channelId() {
return this.$route.params.channel_id;
Expand Down

0 comments on commit b421175

Please sign in to comment.