mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
🐛 fix(www): Fix a typo
This commit is contained in:
@@ -37,7 +37,7 @@ const convertToPrice = (value: any) => {
|
|||||||
case 3:
|
case 3:
|
||||||
return [2, 0]
|
return [2, 0]
|
||||||
case 4:
|
case 4:
|
||||||
return [3, 0]
|
return [3, 5]
|
||||||
case 5:
|
case 5:
|
||||||
return [5, 0]
|
return [5, 0]
|
||||||
default:
|
default:
|
||||||
@@ -484,4 +484,4 @@ export default component$(() => {
|
|||||||
<Footer />
|
<Footer />
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user