fix: typo

This commit is contained in:
Tienson Qin
2022-01-12 00:12:04 +08:00
parent 8305c22d03
commit 6987e40c2e
2 changed files with 6 additions and 6 deletions

View File

@@ -375,7 +375,7 @@
(rum/defc page-inner
"The inner div of page reference component
page-name-in-block is the overridable name of the page (legacy)
All page-names are sanitized except page-name-in-block"
@@ -2937,7 +2937,7 @@
"main-content-container"
(block-list config segment)
{:on-load bottom-reached
:threhold 1000
:threshold 1000
:has-more has-more?
:more (if (:preview? config) "More" (ui/loading "Loading"))})]))