|
@@ -11,9 +11,6 @@ type Props ={
|
|
|
}
|
|
}
|
|
|
const SearchResultContent: FC<Props> = (props: Props) => {
|
|
const SearchResultContent: FC<Props> = (props: Props) => {
|
|
|
const page = props.selectedPage;
|
|
const page = props.selectedPage;
|
|
|
- if (page == null) {
|
|
|
|
|
- return;
|
|
|
|
|
- }
|
|
|
|
|
// Temporaly workaround for lint error
|
|
// Temporaly workaround for lint error
|
|
|
// later needs to be fixed: RevisoinRender to typescriptcomponet
|
|
// later needs to be fixed: RevisoinRender to typescriptcomponet
|
|
|
const RevisionLoaderTypeAny: any = RevisionLoader;
|
|
const RevisionLoaderTypeAny: any = RevisionLoader;
|