about summary refs log tree commit diff
path: root/app/javascript/mastodon/features/followers/index.js
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-11-01 06:58:38 +0900
committerGitHub <noreply@github.com>2017-11-01 06:58:38 +0900
commit763a2f8511dcdb14b4a665bba2c6e2880b6d6b68 (patch)
treecb4316ab097926e2a59c2bf6865f9091959fa10b /app/javascript/mastodon/features/followers/index.js
parent60f962eedcb8adb9ea2856cda270117ec41716d7 (diff)
Replace react-router-scroll to react-router-scroll-4 (#5568)
Diffstat (limited to 'app/javascript/mastodon/features/followers/index.js')
-rw-r--r--app/javascript/mastodon/features/followers/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/features/followers/index.js b/app/javascript/mastodon/features/followers/index.js
index 89445559f..f64ed7948 100644
--- a/app/javascript/mastodon/features/followers/index.js
+++ b/app/javascript/mastodon/features/followers/index.js
@@ -8,7 +8,7 @@ import {
   fetchFollowers,
   expandFollowers,
 } from '../../actions/accounts';
-import { ScrollContainer } from 'react-router-scroll';
+import { ScrollContainer } from 'react-router-scroll-4';
 import AccountContainer from '../../containers/account_container';
 import Column from '../ui/components/column';
 import HeaderContainer from '../account_timeline/containers/header_container';