Wire up ReportAccount and ReportPost (#168)
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user