add hazards

This commit is contained in:
Matt Walsh 2022-12-14 16:28:33 -06:00
commit 111f077e20
23 changed files with 221 additions and 24 deletions

View file

@ -191,7 +191,7 @@ const expand = (data) => {
};
// register display
const display = new Hourly(2, 'hourly', false);
const display = new Hourly(3, 'hourly', false);
registerDisplay(display);
export default display.getCurrentData.bind(display);