Skip to content

Commit 14fca07

Browse files
committed
Fix build.
1 parent e48ac30 commit 14fca07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/AddPodcast.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export const AddPodcast = ()=>{
126126
})
127127
}
128128

129-
return <Modal onCancel={()=>{}} onAccept={()=>{}} headerText={t('add-podcast')} onDelete={()=>{}} cancelText={"Abbrechen"} acceptText={"Hinzufügen"} >
129+
return <Modal onCancel={()=>{}} onAccept={()=>{}} headerText={t('add-podcast')!} onDelete={()=>{}} cancelText={"Abbrechen"} acceptText={"Hinzufügen"} >
130130
<div>
131131
<ul id="podcast-add-decider" className="flex flex-wrap text-sm font-medium text-center text-gray-500 border-b border-gray-200 dark:border-gray-700 dark:text-gray-400">
132132
<li className="mr-2">

0 commit comments

Comments
 (0)