Change account note design to match upstream's (#2495)

This commit is contained in:
Claire
2023-12-03 11:22:38 +01:00
committed by GitHub
parent 046141d2a4
commit 335cfab32f
10 changed files with 158 additions and 239 deletions

View File

@@ -3,7 +3,6 @@ import { Record as ImmutableRecord } from 'immutable';
import { loadingBarReducer } from 'react-redux-loading-bar';
import { combineReducers } from 'redux-immutable';
import account_notes from './account_notes';
import accounts from './accounts';
import accounts_counters from './accounts_counters';
import accounts_map from './accounts_map';
@@ -87,7 +86,6 @@ const reducers = {
polls,
trends,
markers,
account_notes,
picture_in_picture,
history,
tags,