New formatting
This commit is contained in:
@ -23,7 +23,7 @@ import { useEffect, useState } from "react";
|
||||
|
||||
export default function (props: AppealCardProps) {
|
||||
const [dateString, setDateString] = useState(
|
||||
new Date(props.created_at).toUTCString()
|
||||
new Date(props.created_at).toUTCString(),
|
||||
);
|
||||
const [action, setAction] = useState("");
|
||||
const [feedback, setFeedback] = useState("");
|
||||
|
Reference in New Issue
Block a user