Don't need these

This commit is contained in:
Michael Kaye
2023-08-30 16:10:26 +01:00
parent b546f711d0
commit ac18f66bfa

View File

@@ -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} />