From 7fc34f477fb2e6f9a8909d4f4e0330e9f6fcc335 Mon Sep 17 00:00:00 2001 From: Michael An <37589122+Michael18811380328@users.noreply.github.com> Date: Mon, 18 Feb 2019 10:37:24 +0800 Subject: [PATCH] histort-permission (#2952) --- frontend/src/view-file-text.js | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/frontend/src/view-file-text.js b/frontend/src/view-file-text.js index 97f5e44b1d..d9f6be2f3a 100644 --- a/frontend/src/view-file-text.js +++ b/frontend/src/view-file-text.js @@ -112,14 +112,12 @@ class ViewFileText extends React.Component { icon={'fa fa-lock'} /> } - {isPro === 'True' && - this.handleMouseDown('history')} - icon={'fa fa-history'} - /> - } + this.handleMouseDown('history')} + icon={'fa fa-history'} + />