We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57697a9 commit abcc0bdCopy full SHA for abcc0bd
src/components/assessment/assessmentShape.ts
@@ -164,7 +164,7 @@ type ExternalLibrary = {
164
symbols: string[];
165
};
166
167
-export type Variant = 'lazy' | 'non-det' | 'default'
+export type Variant = 'lazy' | 'non-det' | 'default';
168
169
export type Library = {
170
chapter: number;
src/sagas/workspaces.ts
@@ -275,7 +275,7 @@ export default function* workspaceSaga(): SagaIterator {
275
const oldChapter = yield select(
276
(state: IState) => (state.workspaces[workspaceLocation] as IWorkspaceState).context.chapter
277
);
278
-
+
279
const symbols: string[] = yield select(
280
(state: IState) =>
281
(state.workspaces[workspaceLocation] as IWorkspaceState).context.externalSymbols
0 commit comments