Fix et report formatting

This commit is contained in:
2026-06-02 18:27:18 -04:00
parent a76749bfff
commit 3ee4a6cb29

View File

@@ -136,11 +136,11 @@ export default function () {
my="16px" my="16px"
onClick={async () => { onClick={async () => {
await navigator.clipboard.writeText( await navigator.clipboard.writeText(
`local Report = { `\`\`\`\nlocal 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 ")}
}`, }\n\`\`\``,
); );
alert("Report copied."); alert("Report copied.");