read notification fully working (content, comment and reply)
This commit is contained in:
parent
51409bd090
commit
cce158e80a
6 changed files with 10 additions and 10 deletions
|
|
@ -223,7 +223,6 @@ function getFrontView(track) {
|
|||
const extension = track.files[0].name.split(".")[1];
|
||||
const frontViewName = "0_" + xFrontView + "." + extension;
|
||||
const frontView = track.files.find((file) => file.name === frontViewName);
|
||||
console.log(frontView);
|
||||
return frontView;
|
||||
}
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue