mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-03 02:19:16 +01:00
Fix
This commit is contained in:
parent
30608d3e22
commit
7b9cea06ef
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export default Vue.extend({
|
|||
props: {
|
||||
reply: {
|
||||
type: Object,
|
||||
required: true
|
||||
required: false
|
||||
},
|
||||
|
||||
animation: {
|
||||
|
|
Loading…
Reference in a new issue