From 58a6e2286a7df4a7630331e173a56114452b3ab5 Mon Sep 17 00:00:00 2001 From: Gleidson Daniel Date: Tue, 20 Sep 2022 20:07:25 -0300 Subject: [PATCH] add canEditProp --- app/stacks/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/stacks/types.ts b/app/stacks/types.ts index dab02f251..334ebbb16 100644 --- a/app/stacks/types.ts +++ b/app/stacks/types.ts @@ -270,6 +270,7 @@ export type InsideStackParamList = { text: string; room: TSubscriptionModel; thread: TThreadModel; + canEdit: boolean; }; ModalBlockView: { data: any; // TODO: Change;