Skip to content

Commit

Permalink
re rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
suyeshs committed Apr 17, 2024
1 parent 4c059ea commit e791ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/options-chain/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Home: React.FC<HomeProps> = ({ chartData }) => {
const disposer = autorun(() => {
if (paytmSocketStore.isInitialLoadCompleted) {
// Perform any action when isInitialLoadCompleted becomes true
// For example, you can fetch data or update the UI

}
});

Expand Down

0 comments on commit e791ce5

Please sign in to comment.