Skip to content

Commit

Permalink
init: initial branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kwangyoulsagong committed Sep 11, 2024
1 parent 562517a commit 3225273
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/containers/MainForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const MainForm = () => {
UseDailyData();
const { weight, setWeight, handleUploadClick } = useWeight(selectedDate);
const [foodLogs, setFoodLogs] = useState({

아침: null,
점심: null,
저녁: null,
Expand Down Expand Up @@ -145,7 +144,6 @@ const MainForm = () => {
</Button>
</div>
<div className="photo-container">

<Photo meal="morning" imageSrc={getFoodPhoto('아침')} />
<Photo meal="lunch" imageSrc={getFoodPhoto('점심')} />
<Photo meal="dinner" imageSrc={getFoodPhoto('저녁')} />
Expand Down

0 comments on commit 3225273

Please sign in to comment.