Fix the bug where toggleShowingTall does not work
This commit is contained in:
parent
c5301b4831
commit
690e979ff2
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
:controlled-showing-tall="currentProp.showingTall"
|
||||
:controlled-expanding-subject="currentProp.expandingSubject"
|
||||
:controlled-showing-long-subject="currentProp.showingLongSubject"
|
||||
:controlled-toggle-showing-tall="() => toggleCurrentProp('ShowingTall')"
|
||||
:controlled-toggle-showing-tall="() => toggleCurrentProp('showingTall')"
|
||||
:controlled-toggle-expanding-subject="() => toggleCurrentProp('expandingSubject')"
|
||||
:controlled-toggle-showing-long-subject="() => toggleCurrentProp('showingLongSubject')"
|
||||
:dive="dive ? () => dive(status.id) : undefined"
|
||||
|
|
Loading…
Add table
Reference in a new issue