Bugfixes
This commit is contained in:
@@ -16,7 +16,6 @@ onMounted(async () => {
|
||||
const response = await fetch('/api/v1/event/participant/' + staticProps.participant.identifier + '/');
|
||||
const data = await response.json();
|
||||
Object.assign(props, data);
|
||||
console.log(props);
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user