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