Skip to content

Commit

Permalink
Sort Props alphabetically
Browse files Browse the repository at this point in the history
Signed-off-by: Kipruto <[email protected]>
  • Loading branch information
kelvinkipruto committed Jul 16, 2024
1 parent dedba17 commit 5b33c4f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import React from "react";

const LocationHighlight = React.forwardRef(function LocationHighlight(
{
TitleTypographyProps,
ValueTypographyProps,
title,
value,
isLoading,
TitleTypographyProps,
ValueTypographyProps,
...props
},
ref,
Expand Down

0 comments on commit 5b33c4f

Please sign in to comment.