mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
Don't need these
This commit is contained in:
@@ -124,7 +124,6 @@ export const SettingsModal = (props: Props) => {
|
|||||||
const audioTab = (
|
const audioTab = (
|
||||||
<TabItem
|
<TabItem
|
||||||
key="audio"
|
key="audio"
|
||||||
data-testid="settings_audio"
|
|
||||||
title={
|
title={
|
||||||
<>
|
<>
|
||||||
<AudioIcon width={16} height={16} />
|
<AudioIcon width={16} height={16} />
|
||||||
@@ -140,7 +139,6 @@ export const SettingsModal = (props: Props) => {
|
|||||||
const videoTab = (
|
const videoTab = (
|
||||||
<TabItem
|
<TabItem
|
||||||
key="video"
|
key="video"
|
||||||
data-testid="settings_video"
|
|
||||||
title={
|
title={
|
||||||
<>
|
<>
|
||||||
<VideoIcon width={16} height={16} />
|
<VideoIcon width={16} height={16} />
|
||||||
@@ -155,7 +153,6 @@ export const SettingsModal = (props: Props) => {
|
|||||||
const profileTab = (
|
const profileTab = (
|
||||||
<TabItem
|
<TabItem
|
||||||
key="profile"
|
key="profile"
|
||||||
data-testid="settings_profile"
|
|
||||||
title={
|
title={
|
||||||
<>
|
<>
|
||||||
<UserIcon width={15} height={15} />
|
<UserIcon width={15} height={15} />
|
||||||
@@ -170,7 +167,6 @@ export const SettingsModal = (props: Props) => {
|
|||||||
const feedbackTab = (
|
const feedbackTab = (
|
||||||
<TabItem
|
<TabItem
|
||||||
key="feedback"
|
key="feedback"
|
||||||
data-testid="settings_feedback"
|
|
||||||
title={
|
title={
|
||||||
<>
|
<>
|
||||||
<FeedbackIcon width={16} height={16} />
|
<FeedbackIcon width={16} height={16} />
|
||||||
|
|||||||
Reference in New Issue
Block a user