Skip to content

Commit

Permalink
Always displaying give and take control, regardless if staff or not
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-oscarsson committed Oct 10, 2023
1 parent 6ce408b commit b01d7e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ui/src/components/RemoteAccess/RequestControlForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ class RequestControlForm extends React.Component {
</span>
);

if (!this.props.login.user.isstaff) {
content = null;
}

return content;
}

Expand Down

0 comments on commit b01d7e2

Please sign in to comment.