Skip to content

Commit 15ea566

Browse files
Fix exclude extracurricular
1 parent 7169693 commit 15ea566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/views/aluno/Profile.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ export default {
506506
507507
async deleteActivity(activity, index) {
508508
const response = await deleteExtracurricular(
509-
{ extracurricularId: activity.id, alunoId: this.aluno.id },
509+
{ extracurricularId: activity.extracurricularId, alunoId: this.aluno.id },
510510
this.aluno.token,
511511
);
512512
if (response.status >= 200 && response.status < 300) {

0 commit comments

Comments
 (0)