Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
u4aew committed Aug 15, 2024
1 parent 56c8177 commit 9e0fbed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actions/shares/shares.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import {
IInstrument,
} from '@/typing';

// todo need fix type and docs

/**
* Fetches the list of shares from the API.
*
Expand Down
2 changes: 2 additions & 0 deletions components/StocksList/Pagination/Pagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 2 additions & 0 deletions typing/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// todo need fix type remove double

export interface IBrand {
bg: string;
color: string;
Expand Down

0 comments on commit 9e0fbed

Please sign in to comment.