crawl templates: check that lastCrawlState is not null (#220)
This commit is contained in:
parent
db27b6aaaf
commit
38869cdd24
@ -141,7 +141,7 @@ export class CrawlTemplatesList extends LiteElement {
|
|||||||
? html`<sl-tooltip>
|
? html`<sl-tooltip>
|
||||||
<span slot="content" class="capitalize">
|
<span slot="content" class="capitalize">
|
||||||
${msg(
|
${msg(
|
||||||
str`Last Crawl: ${t.lastCrawlState.replace(
|
str`Last Crawl: ${t.lastCrawlState && t.lastCrawlState.replace(
|
||||||
/_/g,
|
/_/g,
|
||||||
" "
|
" "
|
||||||
)}`
|
)}`
|
||||||
|
Loading…
Reference in New Issue
Block a user