diff --git a/frontend/scenes/Dashboard/Dashboard.js b/frontend/scenes/Dashboard/Dashboard.js index 787586169..326ba5423 100644 --- a/frontend/scenes/Dashboard/Dashboard.js +++ b/frontend/scenes/Dashboard/Dashboard.js @@ -56,8 +56,13 @@ type Props = { documents={this.props.documents.recentlyViewed} /> } - Recently edited - + {this.props.documents.recentlyEdited.length > 0 && + + Recently edited + + } : }