..
This commit is contained in:
@@ -166,10 +166,9 @@ export const SubLayout = () => {
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<PullToRefresh
|
||||
<div
|
||||
className={ wrapperClassName }
|
||||
onRefresh={ reload }
|
||||
isPullable={ isPullToRefreshEnabled }
|
||||
|
||||
>
|
||||
<Fragment>
|
||||
<HeaderNavigation
|
||||
@@ -204,6 +203,6 @@ export const SubLayout = () => {
|
||||
}
|
||||
|
||||
</Fragment>
|
||||
</PullToRefresh>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user