feat: Remove unused prop (#8093)

This commit is contained in:
Shivam Mishra 2023-10-12 12:14:39 +05:30 committed by GitHub
parent 7ffa669c5c
commit 7c9884b853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,10 +181,6 @@ export default {
type: Object,
required: true,
},
currentChat: {
type: Object,
required: true,
},
isATweet: {
type: Boolean,
default: false,