Skip to content

Commit

Permalink
fix: 핀 정보 없는 경우 id 설정 변경(commit 12e1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwo1024 committed Apr 15, 2024
1 parent e425c98 commit 00d896a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redux/pinEditSlice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Pin from "@/types/Pin";

// Define the initial state using that type
const initialState: Pin = {
id: 0,
id: -1,
placeId: 0,
collectionId: 0,
writerMembername: "",
Expand Down

0 comments on commit 00d896a

Please sign in to comment.