Browse Source

add enable link for history

takeru0001 5 years ago
parent
commit
2b0479cef9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/client/js/components/PageAccessoriesModal.jsx

+ 1 - 0
src/client/js/components/PageAccessoriesModal.jsx

@@ -46,6 +46,7 @@ const PageAccessoriesModal = (props) => {
         Icon: HistoryIcon,
         Icon: HistoryIcon,
         i18n: t('History'),
         i18n: t('History'),
         index: 2,
         index: 2,
+        isLinkEnabled: v => !isGuestUserMode,
       },
       },
       attachment: {
       attachment: {
         Icon: AttachmentIcon,
         Icon: AttachmentIcon,