Skip to content

Commit 7a91072

Browse files
committed
🚑️ CrumbPath /eventsの修正
1 parent 314bdaa commit 7a91072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/BreadCrumbsList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const resolveEvent = (p: Array<string>): Array<CrumbInfo> => {
8080
const event = events.find((e) => e.id === Number(id)) as EventSummary;
8181
console.log("found", event);
8282
return [
83-
{ name: "イベント", crumbPath: "/event" },
83+
{ name: "イベント", crumbPath: "/events" },
8484
{ name: `${event?.e_name}`, crumbPath: `/event/${id}` },
8585
];
8686
};

0 commit comments

Comments
 (0)