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>
|
||||
<span slot="content" class="capitalize">
|
||||
${msg(
|
||||
str`Last Crawl: ${t.lastCrawlState.replace(
|
||||
str`Last Crawl: ${t.lastCrawlState && t.lastCrawlState.replace(
|
||||
/_/g,
|
||||
" "
|
||||
)}`
|
||||
|
Loading…
Reference in New Issue
Block a user