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,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 ")}
}`,