-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Can now click on row to get info about where else a concept appears. - Fixed an edge case bug so newCset concept_ids will now be included when generating concept graph - Replaced hard-coded unicode characters with constants defined in utils.jsx: - export const NO_BREAK_SPACE = '\u00a0'; export const CHECKMARK = '\u2713'; export const RIGHT_ARROW = '\u2192';
- Loading branch information
Showing
6 changed files
with
115 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.