Skip to content

Commit

Permalink
Merge pull request #1232 from podverse/develop
Browse files Browse the repository at this point in the history
Release v4.15.8
  • Loading branch information
mitchdowney committed Dec 16, 2023
2 parents e411cee + f77d30e commit 9b7d2fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "podverse-web",
"version": "4.15.7",
"version": "4.15.8",
"description": "Web app for the Podverse podcast clip sharing ecosystem",
"repository": {
"type": "git",
Expand Down
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 9b7d2fb

Please sign in to comment.