We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73ed98 commit f610c34Copy full SHA for f610c34
1 file changed
app/assets/v2/js/grants/index.js
@@ -3,6 +3,11 @@ let grantsHasNext = false;
3
let numGrants = '';
4
5
const toggleStyle = function(style) {
6
+
7
+ if (!style) {
8
+ return;
9
+ }
10
11
let banner;
12
13
if (style.bg) {
0 commit comments