More work on pl-api migration
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -599,7 +599,7 @@ const fetchComposeSuggestionsTags = (dispatch: AppDispatch, getState: () => Root
|
||||
const { trends } = getFeatures(instance);
|
||||
|
||||
if (trends) {
|
||||
const currentTrends = state.trends.items;
|
||||
const currentTrends = state.trends.items.toArray();
|
||||
|
||||
return dispatch(updateSuggestionTags(composeId, token, currentTrends));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user