I think I'm passing???!!!???

This commit is contained in:
Annika
2022-08-04 15:28:33 -06:00
parent 8687926934
commit 09169feb9f
7 changed files with 15 additions and 7 deletions
+3 -1
View File
@@ -82,7 +82,9 @@ export default {
async viewKeep(keep) {
keep.creator = AppState.activeProfile;
AppState.activeKeep = keep;
// AppState.activeKeep = keep
// make API call to trigger view counter
keepsService.getById(keep.id)
Modal.getOrCreateInstance(document.getElementById("keepModal")).show();
},