Skip to content

Commit

Permalink
fix: missing sessionProp
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickwebsdev committed Nov 9, 2024
1 parent 9dd86f9 commit d24699d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OfferHelp.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function OfferHelp({
id = 0,
redirect = '/casos-activos/ofertas',
submitType = 'create',
sessionProp,
sessionProp = undefined,
}) {
const { towns } = useTowns();
const sessionProvider = useSession();
Expand Down

0 comments on commit d24699d

Please sign in to comment.