folders
Rick Carlino 2019-12-09 17:59:02 -06:00
parent f54fb07d61
commit 9a4755c30b
1 changed files with 3 additions and 2 deletions

View File

@ -120,8 +120,9 @@ export class RawFolders extends React.Component<Props, State> {
<Col xs={12} sm={6} smOffset={3}>
<Row>
<this.Graph />
<hr />
<ul> {rootSequences} </ul>
<ul>
{rootSequences}
</ul>
</Row>
</Col>
</Page>;