-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TNO-2143: Only show featured items on homepage #1417
Conversation
@@ -8,6 +8,7 @@ import { IActionModel, IFilterActionSettingsModel, IFilterSettingsModel } from ' | |||
*/ | |||
export const getActionFilters = (filter: IFilterSettingsModel, actions: IActionModel[]) => { | |||
const result: IFilterActionSettingsModel[] = []; | |||
console.log(filter); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove
}, | ||
actions, | ||
), | ||
), | ||
); | ||
}, [fetchResults, filter, settings, contentType]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix or explain
app/subscriber/yarn.lock
Outdated
@@ -10568,7 +10568,7 @@ __metadata: | |||
sass-extract-js: 0.4.0 | |||
sass-extract-loader: 1.1.0 | |||
styled-components: 5.3.9 | |||
tno-core: 0.1.11 | |||
tno-core: ./tno-core-0.1.11.tgz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix
In this PR: