diff --git a/client/src/containers/Drawers/BillDrawer/BillDetailFooter.js b/client/src/containers/Drawers/BillDrawer/BillDetailFooter.js index b4e761e2d..adcbff422 100644 --- a/client/src/containers/Drawers/BillDrawer/BillDetailFooter.js +++ b/client/src/containers/Drawers/BillDrawer/BillDetailFooter.js @@ -1,7 +1,7 @@ import React from 'react'; import clsx from 'classnames'; -import { TotalLines, TotalLine } from 'components'; +import { T, TotalLines, TotalLine } from 'components'; import BillDrawerCls from 'style/components/Drawers/BillDrawer.module.scss'; import { useBillDrawerContext } from './BillDrawerProvider'; @@ -12,22 +12,22 @@ export function BillDetailFooter() {
- Note: --
+