Update Sleeper.js

This commit is contained in:
sarcoph
2022-03-08 21:40:29 -09:00
parent dc894fd548
commit 1254cfee67
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ export const Sleeper = (props, context) => {
});
return (
<Window>
<Window resizable>
<Window.Content scrollable>
<SleeperOccupantStats data={data} />
<SleeperPatientReagents data={data} />
File diff suppressed because one or more lines are too long