Skip to content
Snippets Groups Projects
Unverified Commit 778fc616 authored by Martin Schoeler's avatar Martin Schoeler Committed by GitHub
Browse files

fix: Remove options on `Chat Now` page (#30196)

parent 42644a6e
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ class Chat extends Component {
</Screen.Content>
<Screen.Footer
options={
options ? (
options && !registrationRequired ? (
<FooterOptions>
<Menu.Group>
{onChangeDepartment && (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment