0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-25 12:45:17 +00:00

Format code with prettier

This commit is contained in:
deepsource-autofix[bot] 2022-06-22 05:29:15 +00:00 committed by GitHub
parent 92ae6815d3
commit 54241997d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,8 +52,10 @@ export const actions = {
const featuredSection =
channel.contents.singleColumnBrowseResultsRenderer.tabs[0].tabRenderer.content.sectionListRenderer.contents.find(
(i) => {
return Boolean(i?.shelfRenderer?.content?.horizontalListRenderer
?.items[0].gridChannelRenderer);
return Boolean(
i?.shelfRenderer?.content?.horizontalListRenderer?.items[0]
.gridChannelRenderer
);
}
);
state.featuredChannels =