Skip to content

Commit

Permalink
fixedEslint
Browse files Browse the repository at this point in the history
  • Loading branch information
BuyankhuuTsCAl committed Apr 4, 2024
1 parent 68cc86a commit 1526d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/delivery/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default function App() {
</Normal700Text>
<Normal700Text>Name</Normal700Text>
<InformationText>
{Profile?.first_name + ' ' + Profile?.last_name}
{`${Profile?.first_name } ${ Profile?.last_name}`}
</InformationText>
<Normal700Text>Address</Normal700Text>
<InformationText>
Expand Down

0 comments on commit 1526d0b

Please sign in to comment.