We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c8571 commit 215782dCopy full SHA for 215782d
src/views/Welcome.tsx
@@ -49,7 +49,7 @@ const Welcome = () => {
49
/>
50
51
<div className="suggestions">
52
- {histories.length > 0 && histories.slice(0, 3).map(history => (
+ {histories.normal.length > 0 && histories.normal.slice(0, 3).map(history => (
53
<div
54
key={history.id}
55
className="suggestion-item"
0 commit comments