diff --git a/src/explorer/TimelineExplorer.js b/src/explorer/TimelineExplorer.js index 0805e3f..cd8ed0e 100644 --- a/src/explorer/TimelineExplorer.js +++ b/src/explorer/TimelineExplorer.js @@ -11,6 +11,7 @@ import Link from "../webutil/Link"; import {WeightConfig} from "./weights/WeightConfig"; import {WeightsFileManager} from "./weights/WeightsFileManager"; import {type PluginDeclaration} from "../analysis/pluginDeclaration"; +import * as NullUtil from "../util/null"; export type Props = { projectId: string, @@ -164,12 +165,13 @@ export class TimelineExplorer extends React.Component {