Skip to content

Commit

Permalink
update screens
Browse files Browse the repository at this point in the history
  • Loading branch information
alisman committed Sep 20, 2024
1 parent 21dd960 commit c6adf1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/studyView/addChartButton/AddChartButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -919,8 +919,6 @@ class AddChartTabs extends React.Component<IAddChartTabsProps, {}> {
</span>
</>
)}
// we want to show in e2e context even if user is //
logged out
{(this.props.store.isLoggedIn || isWebdriver()) && (
<div>
{this.customChartDataOptions.length > 0 && (
Expand Down

0 comments on commit c6adf1f

Please sign in to comment.