diff --git a/actions/shares/shares.ts b/actions/shares/shares.ts index e7d7c04..b3c9611 100644 --- a/actions/shares/shares.ts +++ b/actions/shares/shares.ts @@ -8,6 +8,8 @@ import { IInstrument, } from '@/typing'; +// todo need fix type and docs + /** * Fetches the list of shares from the API. * diff --git a/components/StocksList/Pagination/Pagination.tsx b/components/StocksList/Pagination/Pagination.tsx index 985ecd0..23ee4a5 100644 --- a/components/StocksList/Pagination/Pagination.tsx +++ b/components/StocksList/Pagination/Pagination.tsx @@ -5,6 +5,8 @@ import dynamic from 'next/dynamic'; const LoadMore = dynamic(() => import('./LoadMore'), { ssr: false }); import styles from './pagination.module.scss'; +// todo need fix load more + export const Pagination = ({ currentPage, totalPages, diff --git a/typing/index.ts b/typing/index.ts index 1f7db27..6770797 100644 --- a/typing/index.ts +++ b/typing/index.ts @@ -1,3 +1,5 @@ +// todo need fix type remove double + export interface IBrand { bg: string; color: string;