Skip to content

Commit

Permalink
Update lib/components/util/transit-operator-icons.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Amy Corson <[email protected]>
  • Loading branch information
1 parent d95936a commit 65efdd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/util/transit-operator-icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const TransitOperatorLogos = ({
return (
<>
{loading ? (
<Skeleton style={{ marginRight: '0.5ch' }} width={20} />
<Skeleton height={20} style={{ marginRight: '0.5ch' }} width={20} />
) : (
transitOperators
?.filter((to) => Array.from(agencies).includes(to.agencyId))
Expand Down

0 comments on commit 65efdd7

Please sign in to comment.