mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-09 05:02:42 +00:00
RenderWarnings: Remove dead code
This commit is contained in:
@@ -32,15 +32,6 @@ const RenderWarnings = createClass({
|
|||||||
</li>;
|
</li>;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
zoom : function(){
|
|
||||||
return false;
|
|
||||||
if(window.devicePixelRatio !== 1){
|
|
||||||
return <li key='zoom'>
|
|
||||||
<em>Your browser is zoomed. </em> <br />
|
|
||||||
This can cause content to jump columns.
|
|
||||||
</li>;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
checkWarnings : function(){
|
checkWarnings : function(){
|
||||||
const hideDismiss = localStorage.getItem(DISMISS_KEY);
|
const hideDismiss = localStorage.getItem(DISMISS_KEY);
|
||||||
|
|||||||
Reference in New Issue
Block a user