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