Skip to main content
Tasks component
import { Tasks } from "@layerfi/components";

<Tasks
  stringOverrides={{ header: 'Bookkeeping Tasks' }}
  onClickReconnectAccounts={() => navigate('/accounts')}
/>

Properties

mobile
boolean
default:"false"
Enables mobile-optimized layout for the tasks component.
stringOverrides
TasksStringOverrides
onClickReconnectAccounts
() => void
Callback triggered when the user clicks the reconnect-accounts action in the task list.