Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
chunlaw authored and actions-user committed Mar 14, 2024
1 parent a0295d2 commit 1c9f680
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/@types/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ export interface SharingEntry {
stopId: string;
seq: number;
event: any;
}
}
4 changes: 2 additions & 2 deletions src/components/emotion/EmotionChart.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { Box, SxProps, Theme, Typography } from "@mui/material";
import { useContext, useMemo } from "react";
import { useTranslation } from "react-i18next";
import Plotly from "plotly.js-basic-dist"
import Plotly from "plotly.js-basic-dist";
import createPlotlyComponent from "react-plotly.js/factory";
import EmotionContext, { CheckInOptions } from "../../EmotionContext";

const Plot = createPlotlyComponent(Plotly)
const Plot = createPlotlyComponent(Plotly);

const EmotionChart = () => {
const { t } = useTranslation();
Expand Down

0 comments on commit 1c9f680

Please sign in to comment.