report bug
This commit is contained in:
@@ -36,8 +36,8 @@ const ReportBug: React.FC = () => {
|
|||||||
'crying': 2, // sad2
|
'crying': 2, // sad2
|
||||||
'sad': 3, // sad3
|
'sad': 3, // sad3
|
||||||
'neutral': 4, // smile
|
'neutral': 4, // smile
|
||||||
'smile': 5, // smile2
|
'smile': 6, // smile2
|
||||||
'love': 6, // smile3
|
'love': 5, // smile3
|
||||||
}
|
}
|
||||||
|
|
||||||
return feelingMap[feeling] || 0
|
return feelingMap[feeling] || 0
|
||||||
|
|||||||
Reference in New Issue
Block a user