Remove unnecessary computed property keys in object
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
const valuetoText = {
|
||||
["user"]:"Username",
|
||||
["post"]:"Post"
|
||||
"user":"Username",
|
||||
"post":"Post"
|
||||
}
|
||||
|
||||
function changed() {
|
||||
|
||||
Reference in New Issue
Block a user