Skip to content

Commit

Permalink
fix deepLink
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiba-Almade committed Dec 22, 2022
1 parent 3b846eb commit b8ecae3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion widget/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ function loadData(filterData) {
...obj.data,
id: obj.id
});
topic.privacy= config.privacy;
renderTopic(topic);
}

Expand Down Expand Up @@ -970,7 +971,7 @@ function shareWithOthers(data) {
}

function subscribeToGroup(data) {
let group = data.data;
let group = data;
if (group?.privacy === 'public') {
getData();
navigateTo(data);
Expand Down

0 comments on commit b8ecae3

Please sign in to comment.