Fix the formatting
This commit is contained in:
parent
641d372ac9
commit
46083ee9dd
@ -139,7 +139,7 @@ export default function () {
|
||||
onClick={async () => {
|
||||
await navigator.clipboard.writeText(
|
||||
`local Report = {
|
||||
${Object.values(data.members)
|
||||
${Object.values(data.members)
|
||||
.map((v) => `[${v.roblox_id}] = ${v.points};`)
|
||||
.join("\n ")}
|
||||
}`,
|
||||
|
Loading…
x
Reference in New Issue
Block a user