File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -482,7 +482,7 @@ export default {
482482 } else if (_ .isString (cond)) {
483483 const responseMapper = this .responseMapper (index, this .$store .state .responses , this .$store .state .responseMap );
484484 const v = this .evaluateString (cond, responseMapper);
485- // this.visibilty [index] = v;
485+ // this.visibility [index] = v;
486486 return v;
487487 }
488488 return cond;
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ export default {
102102 font-weight : bold ;
103103 }
104104
105- /* DOCKED LAYOUT (header annd footer at top and bottom of viewport,
105+ /* DOCKED LAYOUT (header and footer at top and bottom of viewport,
106106 center elements each scroll) */
107107 .docked-layout {
108108 display : flex ;
You can’t perform that action at this time.
0 commit comments