changing post display on profile to a more compact display that eventually you will be able to click into for more details - I think i will do the same on the posts page and have the admins enter information about why the post was approved or denied
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
export interface Post {
|
||||
_id: string
|
||||
address: string
|
||||
date: Date
|
||||
notes: string
|
||||
photo: string
|
||||
status: StatusEnum
|
||||
|
||||
Reference in New Issue
Block a user