Skip to content

Commit 5e8be6a

Browse files
committed
hides featured bounties pane if no featured bounties found
1 parent e054e31 commit 5e8be6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/v2/js/pages/dashboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ var refreshBounties = function(event, offset, append, do_save_search) {
524524
$('.no-results').removeClass('hidden');
525525
$('#dashboard-content').addClass('hidden');
526526
} else {
527-
$('.nonefound').css('display', 'block');
527+
$('.nonefound').css('display', 'none');
528528
}
529529
}
530530

0 commit comments

Comments
 (0)