Skip to content

Commit

Permalink
feat : update templates/mystoreTemplate/index.js (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
JungYeonHwi committed Oct 23, 2023
1 parent 41023b5 commit 4e478d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/templates/mystoreTemplate/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const MystoreTemplate = ({data}) => {

const predictionOnClick = () => {
router.push({
pathname: '/predictio',
pathname: '/prediction',
query: { id: data.storeId },
})
}
Expand Down

0 comments on commit 4e478d3

Please sign in to comment.