account page: fixed platform reordering bugs
This commit is contained in:
@@ -66,7 +66,7 @@ func Routes(
|
||||
},
|
||||
|
||||
// strings
|
||||
"lowerCamelCase": func(s string) string {
|
||||
"lowerSnakeCase": func(s string) string {
|
||||
return strings.ToLower(strings.Join(strings.Split(s, " "), "_"))
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user