all developments of milestone 1
This commit is contained in:
@@ -168,7 +168,7 @@ const props = withDefaults(
|
||||
defineProps<{
|
||||
modelValue: IComment;
|
||||
currentActor: IPerson;
|
||||
canReport: boolean;
|
||||
canReport?: boolean;
|
||||
}>(),
|
||||
{ canReport: false }
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user