Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix the formatting
  • Loading branch information
regalijan committed Dec 17, 2024
1 parent 641d372 commit 46083ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/routes/events-team_.report.tsx
Expand Up @@ -139,9 +139,9 @@ export default function () {
onClick={async () => {
await navigator.clipboard.writeText(
`local Report = {
${Object.values(data.members)
.map((v) => `[${v.roblox_id}] = ${v.points};`)
.join("\n ")}
${Object.values(data.members)
.map((v) => `[${v.roblox_id}] = ${v.points};`)
.join("\n ")}
}`,
);

Expand Down

0 comments on commit 46083ee

Please sign in to comment.