Skip to content

Commit

Permalink
Tile behavior following ARN change #158
Browse files Browse the repository at this point in the history
  • Loading branch information
JimTharioAmazon committed Mar 30, 2022
1 parent 828577b commit e4f9084
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/html/js/app/ui/tile_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ const redraw_tiles = async function () {
});
const node_ids = _.map(channel_members, "id");
$(`#${menu_id}`).click(() => {
console.log(`click ${menu_id} ${local_channel_name}`);
const matches = diagrams.have_any(node_ids, true);
console.log(matches);
$(`#${dropdown_id}`).empty();
Expand Down

0 comments on commit e4f9084

Please sign in to comment.