Wire up ReportAccount and ReportPost (#168)

This commit is contained in:
Paul Frazee
2023-02-07 18:45:41 -06:00
committed by GitHub
parent 8944160130
commit 65f958c128
8 changed files with 75 additions and 6 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ export class ServerInputModal {
export class ReportPostModal {
name = 'report-post'
constructor(public postUrl: string) {
constructor(public postUri: string, public postCid: string) {
makeAutoObservable(this)
}
}