feat: update remix to latest version, use Promise.all to fetch all posts
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export function useFormattedDate(_date: string) {
|
||||
export function useFormattedDate(_date: Date) {
|
||||
const date = new Date(_date);
|
||||
const month = date.getUTCMonth().toString().padStart(2, "0");
|
||||
const monthDate = date.getUTCDate().toString().padStart(2, "0");
|
||||
|
Reference in New Issue
Block a user