+ | toggleQueryExpanded(historyItem.query),
+ expandId: index + '-expandable-query'
+ }
+ : undefined
+ }
+ />
+ |
+
+ {longQuery ? truncatedQuery : historyItem.query}
+
+
+ {historyItem.error && (
+
+ )}
+ |
+ {historyItem.total} |
+ {historyItem.milliseconds} |
+
+
+ |
+
+ {expandable && (
+