From 3b2c26eb57dc4d7cc03a793bae594efcf3780b4e Mon Sep 17 00:00:00 2001
From: i321222  {truncate(title, titleMaxLength)} {truncate(subtitle, subTitleMaxLength)}  this.setState({ showDetail: !showDetail })}>
+                    {truncate(title, titleMaxLength)}
+                 {truncate(subtitle, subTitleMaxLength)}
-      )}
+class ListElement extends Component {
 
-      
+              )}
+
+              
{truncate(subtitle, subTitleMaxLength)}
- - {button + {buttons.slice(0, 3).map((button, i) => ( + button && (button.type === 'web_url' ? ( button.value && sanitizeUrl(button.value) !== 'about:blank' && ( {truncate(button.title, buttonTitleMaxLength)} - ))} + ))) + )} {detail && ( From d00202d542572dc3499609f7d0bc6183d7a45eb8 Mon Sep 17 00:00:00 2001 From: i321222