Prettier - add trailing commas
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
let data = [
|
||||
{
|
||||
domain: "User not Found",
|
||||
atime: "User not Found"
|
||||
}
|
||||
atime: "User not Found",
|
||||
},
|
||||
];
|
||||
|
||||
let isLoading = false;
|
||||
|
||||
Reference in New Issue
Block a user