Skip to content

Commit

Permalink
fix: make units split/edit menu visible again
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstefanequilobe committed Jan 24, 2022
1 parent 42b34d2 commit 146c2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Units/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ const Units = withRouter(() => {
<APIDataTable
headings={Object.keys(filteredColumnsTableData[0])}
data={filteredColumnsTableData}
actions={pageIsMyRegistryPage ? 'Projects' : undefined}
actions={pageIsMyRegistryPage ? 'Units' : undefined}
/>
</>
)}
Expand Down

0 comments on commit 146c2b6

Please sign in to comment.