about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/account_timeline/components/header.js
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2020-08-02 11:20:02 +0200
committerThibaut Girka <thib@sitedethib.com>2020-08-02 14:34:56 +0200
commit8f3295f21254af8dd35e61a046223f1207528631 (patch)
treecf8e767c7a3be1c315b1e74b98b1461c7fd0a48a /app/javascript/flavours/glitch/features/account_timeline/components/header.js
parent1d8e930445b1ef2cdef54d723b0efd4235253889 (diff)
[Glitch] Fix wrong proptypes for onEditAccountNote
Port 5faf2de93891db822d78c92f2bc2cdc33c3605c1 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
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, 0 insertions, 1 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 1bab05c72..8195735a1 100644
--- a/app/javascript/flavours/glitch/features/account_timeline/components/header.js
+++ b/app/javascript/flavours/glitch/features/account_timeline/components/header.js
@@ -24,7 +24,6 @@ export default class Header extends ImmutablePureComponent {
     onUnblockDomain: PropTypes.func.isRequired,
     onEndorseToggle: PropTypes.func.isRequired,
     onAddToList: PropTypes.func.isRequired,
-    onEditAccountNote: PropTypes.func.isRequired,
     hideTabs: PropTypes.bool,
     domain: PropTypes.string.isRequired,
   };