diff options
author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-06-05 22:42:43 -0400 |
---|---|---|
committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-06-05 22:42:43 -0400 |
commit | 404dcc71558d8de69369aa499227e5168091351d (patch) | |
tree | 05509329005fb08cecfb072ba063391bc6ab8a44 /src/client/views/MainOverlayTextBox.tsx | |
parent | 2ce189fdf66a0f01b38d28c73c8f6f1247933b3d (diff) |
Can now pass list to schema function to get list of that type
Mapped type of a schema can be another schema
Added tests for schemas
Other minor fixes
Diffstat (limited to 'src/client/views/MainOverlayTextBox.tsx')
-rw-r--r-- | src/client/views/MainOverlayTextBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/MainOverlayTextBox.tsx b/src/client/views/MainOverlayTextBox.tsx index 24327b995..d1224febe 100644 --- a/src/client/views/MainOverlayTextBox.tsx +++ b/src/client/views/MainOverlayTextBox.tsx @@ -102,6 +102,6 @@ export class MainOverlayTextBox extends React.Component<MainOverlayTextBoxProps> </div> </ div>; } - else return (null); Z + else return (null); } }
\ No newline at end of file |