New formatting
This commit is contained in:
@ -22,7 +22,7 @@ import {
|
||||
export default function (props: GameAppealProps) {
|
||||
async function performAction(action: "accept" | "deny"): Promise<void> {
|
||||
const statsReduction = parseInt(
|
||||
(document.getElementById("reductPercentage") as HTMLInputElement).value
|
||||
(document.getElementById("reductPercentage") as HTMLInputElement).value,
|
||||
);
|
||||
|
||||
const actionResponse = await fetch(`/api/game-appeals/${props.roblox_id}`, {
|
||||
@ -49,7 +49,7 @@ export default function (props: GameAppealProps) {
|
||||
duration: 10000,
|
||||
status: "error",
|
||||
title: "An error occurred...",
|
||||
}
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user