Merge pull request #1444 from ONLYOFFICE/bugfix/fix-floating-button

bugfix/fix-floating-button
This commit is contained in:
Alexey Safronov 2023-05-30 11:52:35 +04:00 committed by GitHub
commit 20a4343e7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -256,6 +256,9 @@ const Section = (props) => {
icon={secondaryProgressBarIcon} icon={secondaryProgressBarIcon}
percent={secondaryProgressBarValue} percent={secondaryProgressBarValue}
alert={showSecondaryButtonAlert} alert={showSecondaryButtonAlert}
showTwoProgress={
showPrimaryProgressBar && showSecondaryProgressBar
}
/> />
</> </>
) : showPrimaryProgressBar && !showSecondaryProgressBar ? ( ) : showPrimaryProgressBar && !showSecondaryProgressBar ? (