Skip to content

Commit

Permalink
Misc fixes (#1135)
Browse files Browse the repository at this point in the history
* Remove create evaluation from all projects view
  • Loading branch information
taustad committed Sep 4, 2024
1 parent 92937af commit f78321f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/Project/Dashboard/DashboardView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const DashboardView = ({ project }: Props) => {
</Chips>
</Grid>
<Grid item>
<CreateEvaluationButton />
{currentContext && <CreateEvaluationButton />}
<Typography
link
href="https://statoilsrm.sharepoint.com/sites/ProjectDevelopmentCenter/SitePages/Products-and-Contact-information.aspx"
Expand Down

0 comments on commit f78321f

Please sign in to comment.