mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-24 10:25:47 +03:00
chore: fix typo
This commit is contained in:
parent
cdb04179c8
commit
2dbdef390e
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ const checkNewVersion = async () => {
|
||||||
if (vueTorrentVersion.value === 'DEV') return
|
if (vueTorrentVersion.value === 'DEV') return
|
||||||
|
|
||||||
const latest = await github.getVersion()
|
const latest = await github.getVersion()
|
||||||
if ('vueTorrentVersion.value' === latest) return
|
if (`v${vueTorrentVersion.value}` === latest) return
|
||||||
|
|
||||||
toast.info(t('toast.new_version'))
|
toast.info(t('toast.new_version'))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue