mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
7bd7885b09
commit
65cb48014a
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ function ListInfo(props: any) {
|
|||
<Description description={props.details.description} url={props.details.descriptionSourceUrl}/>
|
||||
<ul className="list-group list-group-flush">
|
||||
<Languages languages={props.details.languages}/>
|
||||
<RuleCount count={props.details.ruleCount}/>
|
||||
{/* <RuleCount count={props.details.ruleCount}/> */}
|
||||
<DiscontinuedDate date={props.details.discontinuedDate}/>
|
||||
{/* <UpdatedDate date={props.details.updatedDate}/>--> */}
|
||||
<PublishedDate date={props.details.publishedDate}/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue