Skip to content

Commit

Permalink
fix(comment): cannot set the access rating when creating a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarseguerra committed Jan 30, 2025
1 parent bb7aee6 commit 023aecc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Comments = ({ entranceId, comments, isEditAllowed }) => {
body: data.body,
aestheticism: data.aestheticism,
caving: data.caving,
approach: data.access,
approach: data.approach,
eTTrail: data.eTTrail,
eTUnderground: data.eTUnderground,
language: data.language.id
Expand Down

0 comments on commit 023aecc

Please sign in to comment.