implemented pagination, header polish, and new display fixes
This commit is contained in:
@@ -12,4 +12,4 @@ export function toDateTime(date: Date): string {
|
||||
const second = date.getSeconds().toString().padStart(2, "0");
|
||||
|
||||
return `${year}-${month}-${day} ${hour}:${minute}:${second}`;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user