Skip to content

Commit

Permalink
Issue #PS-000 fix: Fixed UT issues
Browse files Browse the repository at this point in the history
  • Loading branch information
itsvick committed Sep 24, 2024
1 parent 56caf37 commit 3fcd9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/centers/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const CentersPage = () => {
p={'18px 18px 0 18px'}
color={theme?.palette?.warning['300']}
>
{block.blockName}
{toPascalCase(block?.blockName)}
{block?.district && (
<Box textAlign={'left'} fontSize={'16px'} p={'0 '}>
{toPascalCase(block?.district)},{' '}
Expand Down

0 comments on commit 3fcd9aa

Please sign in to comment.