Skip to content

Commit

Permalink
Issue feat: Add tstore value in stateDetails
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshataKatwal16 committed Oct 15, 2024
1 parent ee0db90 commit bdadac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/stateDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const StateDetails = () => {
<IconButton onClick={handleBackClick}>
<ArrowBackIcon />
</IconButton>
<Typography variant="h2">{card.state}</Typography>
<Typography variant="h2">{tStore.state}</Typography>
<Box sx={{ display: "flex", gap: 3, alignItems: "center" }}>
</Box>
</Box>
Expand Down

0 comments on commit bdadac9

Please sign in to comment.