Skip to content

Commit

Permalink
consistent order
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Aug 17, 2024
1 parent 8051ab1 commit bd42c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Paras/ParaDisplay/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export const ParaDisplay = ({ paraId, network }: ParaDisplayProps) => {

return (
<Stack direction='row' alignItems='center' gap='0.5rem'>
{paraId}
{logo === undefined ? (
<></>
) : (
Expand All @@ -43,6 +42,7 @@ export const ParaDisplay = ({ paraId, network }: ParaDisplayProps) => {
/>
)}
{name}
<p>#{paraId}</p>
</Stack>
);
};

0 comments on commit bd42c1c

Please sign in to comment.