diff --git a/app/javascript/gabsocial/actions/notifications.js b/app/javascript/gabsocial/actions/notifications.js index 95b23810..437326f8 100644 --- a/app/javascript/gabsocial/actions/notifications.js +++ b/app/javascript/gabsocial/actions/notifications.js @@ -157,6 +157,8 @@ export function expandNotifications({ maxId } = {}, done = noOp) { return; } + console.log("activeFilter:", activeFilter) + const params = { max_id: maxId, exclude_types: activeFilter === 'all' ? null : excludeTypesFromFilter(activeFilter), diff --git a/app/javascript/gabsocial/components/autosuggest_textbox.js b/app/javascript/gabsocial/components/autosuggest_textbox.js index b65ac6bc..2746e2f4 100644 --- a/app/javascript/gabsocial/components/autosuggest_textbox.js +++ b/app/javascript/gabsocial/components/autosuggest_textbox.js @@ -236,7 +236,6 @@ export default class AutosuggestTextbox extends ImmutablePureComponent { outlineNone: 1, lineHeight125: 1, colorPrimary: 1, - height100PC: small, width100PC: !small, pt15: !small, px15: !small, @@ -253,7 +252,6 @@ export default class AutosuggestTextbox extends ImmutablePureComponent { default: 1, maxWidth100PC: 1, flexGrow1: small, - height100PC: small, justifyContentCenter: small, }) @@ -261,7 +259,7 @@ export default class AutosuggestTextbox extends ImmutablePureComponent { return (
-