diff --git a/web/calendar/entry.react.js b/web/calendar/entry.react.js --- a/web/calendar/entry.react.js +++ b/web/calendar/entry.react.js @@ -172,7 +172,10 @@ let actionLinks = null; if (this.state.focused) { let historyButton = null; - if (this.props.entryInfo.id) { + if ( + this.props.entryInfo.id && + !threadTypeIsThick(this.props.threadInfo.type) + ) { historyButton = (