about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/account_timeline/components/header.js
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-03-05 11:09:29 +0100
committerThibaut Girka <thib@sitedethib.com>2018-03-09 12:10:22 +0100
commit25c5223617904319f52b455bf0b5c725077ea880 (patch)
tree75dae2e4db7597cba21dfb0e48bfa053bea0f624 /app/javascript/flavours/glitch/features/account_timeline/components/header.js
parent447d7e612753d69f043e08ebb228b21e411c8b4a (diff)
Port #6627 and #6636 to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch/features/account_timeline/components/header.js')
-rw-r--r--app/javascript/flavours/glitch/features/account_timeline/components/header.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/features/account_timeline/components/header.js b/app/javascript/flavours/glitch/features/account_timeline/components/header.js
index 4ad677fbe..092034664 100644
--- a/app/javascript/flavours/glitch/features/account_timeline/components/header.js
+++ b/app/javascript/flavours/glitch/features/account_timeline/components/header.js
@@ -76,6 +76,7 @@ export default class Header extends ImmutablePureComponent {
         <InnerHeader
           account={account}
           onFollow={this.handleFollow}
+          onBlock={this.handleBlock}
         />
 
         <ActionBar