Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvel-Ib committed Oct 26, 2023
1 parent 482b246 commit 584f261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/src/people/widgetViews/AboutView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ const Img = styled.div<ImageProps>`
`;
export const AboutView = observer((props: AboutViewProps) => {
const history = useHistory();
const { price_to_meet, extras, twitter_confirmed, owner_pubkey, owner_route_hint, } = props;
const { price_to_meet, extras, twitter_confirmed, owner_pubkey, owner_route_hint } = props;
const { twitter, github, coding_languages, tribes, repos, lightning, amboss, email } =
extras || {};

Expand Down

0 comments on commit 584f261

Please sign in to comment.