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 = ( 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} />