Skip to content

Commit

Permalink
fix ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
dylmye committed Apr 12, 2023
1 parent d501e50 commit b7800c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AddTripItemCard/AddEditTripItemForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ import {
renderExtraField,
tripItemExtraFields,
} from "../../helpers/tripItems";
import { butcherDatetimeTimezone } from "../../helpers/dates";
import { useCustomTheme } from "../../contexts/CustomTheme";
import poweredByGoogleLightMode from "../../assets/images/powered_by_google_light_mode.png";
import poweredByGoogleDarkMode from "../../assets/images/powered_by_google_dark_mode.png";
import styles from "./styles.module.css";
import { butcherDatetimeTimezone } from "../../helpers/dates";

export interface AddEditTripItemFormProps {
showCancel?: boolean;
Expand Down

0 comments on commit b7800c1

Please sign in to comment.