mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
fix: style matching bank transactions
This commit is contained in:
@@ -3,9 +3,11 @@ import { DashboardPageContent } from '@/components';
|
||||
import { RulesListBoot } from './RulesListBoot';
|
||||
import { RulesListActionsBar } from './RulesListActionsBar';
|
||||
import { BankRulesTable } from './RulesTable';
|
||||
import React from 'react';
|
||||
|
||||
/**
|
||||
*
|
||||
* Renders the rules landing page.
|
||||
* @returns {React.ReactNode}
|
||||
*/
|
||||
export function RulesList() {
|
||||
return (
|
||||
|
||||
@@ -17,7 +17,8 @@ import { useRulesListBoot } from './RulesListBoot';
|
||||
import { DialogsName } from '@/constants/dialogs';
|
||||
|
||||
/**
|
||||
* Invoices datatable.
|
||||
* Retrieves the rules table.
|
||||
* @returns {React.ReactNode}
|
||||
*/
|
||||
function RulesTable({
|
||||
// #withAlertsActions
|
||||
|
||||
Reference in New Issue
Block a user