Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
marcushaddon committed Sep 7, 2023
1 parent e06d731 commit 5cd6638
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ import { PropTypesOf } from "coral-framework/types";
import { AppWindowIcon } from "coral-ui/components/icons";
import { Divider } from "coral-ui/components/v2";

import styles from "./SiteSelector.css";
import SiteSelectorCurrentSiteQuery from "./SiteSelectorCurrentSiteQuery";
import SiteSelectorSite from "./SiteSelectorSite";

import styles from "./SiteSelector.css";

interface Props {
scoped: boolean;
sites: ReadonlyArray<
Expand Down
2 changes: 1 addition & 1 deletion client/src/core/client/ui/components/v2/Flex/Flex.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const Flex: FunctionComponent<Props> = (props) => {
return (
<Box
ref={forwardRef}
className={cn(rootClassNames, flexClassNames, "hahahaha")}
className={cn(rootClassNames, flexClassNames)}
{...rest}
>
{content}
Expand Down

0 comments on commit 5cd6638

Please sign in to comment.