Skip to content

Commit

Permalink
Update WebLNV4VForm.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdowney committed Dec 16, 2023
1 parent b899061 commit 0c7fadc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/WebLNV4VForm/WebLNV4VForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { faSpinner } from '@fortawesome/free-solid-svg-icons'
import { useTranslation } from 'next-i18next'
import dynamic from 'next/dynamic'
import OmniAural from 'omniaural'
import type { Episode, Podcast, ValueTag } from 'podverse-shared'
import type { Episode, Podcast, ValueTagOriginal } from 'podverse-shared'
import { useEffect, useState } from 'react'
import { useCookies } from 'react-cookie'
import { useToasts } from 'react-toast-notifications'
Expand All @@ -23,7 +23,7 @@ type Props = {
episode?: Episode
podcast: Podcast
serverCookies: any
valueTag: ValueTag
valueTag: ValueTagOriginal
}

const WebLNV4VFormNoSSR = ({ episode, podcast, serverCookies, valueTag }: Props) => {
Expand Down

0 comments on commit 0c7fadc

Please sign in to comment.