From cb30e0dcbf36534522b71e460ed0747bf9da05ce Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Mon, 14 Sep 2020 11:54:50 -0500 Subject: [PATCH] Removed gab_trends action in news (for now, TESTING) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Removed: - gab_trends action in news (for now, TESTING) --- app/javascript/gabsocial/features/news.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/javascript/gabsocial/features/news.js b/app/javascript/gabsocial/features/news.js index 6c77c43e..ff9afc37 100644 --- a/app/javascript/gabsocial/features/news.js +++ b/app/javascript/gabsocial/features/news.js @@ -4,7 +4,6 @@ import { connect } from 'react-redux' import { withRouter } from 'react-router-dom' import isObject from 'lodash.isobject' import queryString from 'query-string' -import { fetchGabTrends } from '../actions/gab_trends' import { BREAKPOINT_EXTRA_SMALL } from '../constants' import Block from '../components/block' import Button from '../components/button' -- GitLab