Skip to content
Snippets Groups Projects
Commit 3f94fe86 authored by Léopold Chappuis's avatar Léopold Chappuis Committed by Adrien Béraud
Browse files

search-bar: Hide contact button

The contact button is intentionally hidden until the page is fully implemented.

Gitlab: #232

Change-Id: Icd9503734f74d24bc0b0683ca9e41bb95a994ba3
parent 0e0a7e63
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,7 @@ export default function ContactSearchBar({ placeholder, handleChange }: ContactS
}}
/>
<SquareButton
sx={/* FIXME: Hide button until the contact page is available */ { visibility: 'hidden' }}
aria-label="start swarm"
Icon={PeopleGroupIcon}
onClick={() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment