mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-14 11:50:31 +00:00
feat: cashflow service.
This commit is contained in:
@@ -16,7 +16,10 @@ export function IntersectionObserver({ onIntersect }) {
|
||||
});
|
||||
|
||||
return (
|
||||
<div ref={loadMoreButtonRef} style={{ opacity: 0 }}>
|
||||
<div
|
||||
ref={loadMoreButtonRef}
|
||||
style={{ opacity: 0, height: 0, width: 0, padding: 0, margin: 0 }}
|
||||
>
|
||||
Load Newer
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user