Skip to content

Commit

Permalink
remove comments, more clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisrcao committed Nov 14, 2022
1 parent 23ebb56 commit 0c18c9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions src/components/navigation/section-document-or-browser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,12 +216,6 @@ export const SectionDocumentOrBrowser: React.FC<IProps> = observer(({ tabSpec, r
});
};

//----------------
// TO DO:
// add yellow color for network documents - see Leslie's story
//investigate bug where comments are not loading

//--------------
const renderDocumentBrowserView = (subTab: ISubTabSpec) => {
const classHash = classStore.classHash;
return (
Expand Down
1 change: 0 additions & 1 deletion src/models/stores/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ type UIDialogModelSnapshotWithoutType = Omit<UIDialogModelSnapshot, "type">;
export const UIModel = types
.model("UI", {
dividerPosition: kDividerHalf,
// dividerPosition: kDividerMax,
error: types.maybeNull(types.string),
activeNavTab: ENavTab.kProblems,
activeGroupId: "",
Expand Down

0 comments on commit 0c18c9f

Please sign in to comment.