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