Fix the formatting

This commit is contained in:
Regalijan 2024-12-16 21:08:40 -05:00
parent 641d372ac9
commit 46083ee9dd
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -139,9 +139,9 @@ export default function () {
onClick={async () => { onClick={async () => {
await navigator.clipboard.writeText( await navigator.clipboard.writeText(
`local Report = { `local Report = {
${Object.values(data.members) ${Object.values(data.members)
.map((v) => `[${v.roblox_id}] = ${v.points};`) .map((v) => `[${v.roblox_id}] = ${v.points};`)
.join("\n ")} .join("\n ")}
}`, }`,
); );