diff --git a/src/packages/pulltorefresh/demos/taro/demo1.tsx b/src/packages/pulltorefresh/demos/taro/demo1.tsx index e36b9d09b8..efabca17ea 100644 --- a/src/packages/pulltorefresh/demos/taro/demo1.tsx +++ b/src/packages/pulltorefresh/demos/taro/demo1.tsx @@ -29,13 +29,13 @@ const Demo1 = () => { {(status === 'pulling' || status === 'complete') && ( )} {(status === 'canRelease' || status === 'refreshing') && ( )}