This commit is contained in:
Daniel Ternyak 2020-12-31 16:41:00 -06:00
parent 475abec08b
commit e8e7004f17
No known key found for this signature in database
GPG Key ID: DF212D2DC5D0E245
1 changed files with 0 additions and 9 deletions

View File

@ -105,15 +105,6 @@ class Header extends React.Component<Props, State> {
)}
</Link>
</div>
{false && <div className="Header-links-button is-desktop">
<Link to="/create-request">
{Array.isArray(ccrDrafts) && ccrDrafts.length > 0 ? (
<Button type={'primary'}>My Requests</Button>
) : (
<Button type={'primary'}>Create a Request</Button>
)}
</Link>
</div>}
<HeaderAuth/>
</div>