forked from MapComplete/MapComplete
Fix: fix #4555, add cutoff
This commit is contained in:
parent
087e639020
commit
4be89ffdd3
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
_state = "saving"
|
||||
let nickname = undefined
|
||||
if (connection.isLoggedIn.data) {
|
||||
nickname = connection.userDetails.data.name
|
||||
nickname = connection.userDetails.data.name.substring(0, 49)
|
||||
}
|
||||
const review: Omit<Review, "sub"> = {
|
||||
rating: confirmedScore,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue