about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/account/components/header.js
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-09-10 13:57:05 +0200
committerThibG <thib@sitedethib.com>2019-09-10 14:56:08 +0200
commit0e1291c888a56be07caef03c58b82062828e8d0e (patch)
treea6ffd4ee2c541a02ffd3e07b48ecb3c7a004aba3 /app/javascript/flavours/glitch/features/account/components/header.js
parent2aa0cdf7e6c44f252ffbcc991a5391c31386058d (diff)
Fix wrong icons from last refactoring
Fix regressions from f154d9d6e9ca461cf608674494cb23eee6db6534
Diffstat (limited to 'app/javascript/flavours/glitch/features/account/components/header.js')
-rw-r--r--app/javascript/flavours/glitch/features/account/components/header.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/features/account/components/header.js b/app/javascript/flavours/glitch/features/account/components/header.js
index fc0202129..0d131bd35 100644
--- a/app/javascript/flavours/glitch/features/account/components/header.js
+++ b/app/javascript/flavours/glitch/features/account/components/header.js
@@ -256,7 +256,7 @@ class Header extends ImmutablePureComponent {
             <div className='account__header__tabs__buttons'>
               {actionBtn}
 
-              <DropdownMenuContainer items={menu} id='ellipsis-v' size={24} direction='right' />
+              <DropdownMenuContainer items={menu} icon='ellipsis-v' size={24} direction='right' />
             </div>
           </div>