Skip to content

Commit 215782d

Browse files
committed
fix: histories type
1 parent d2c8571 commit 215782d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Welcome.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const Welcome = () => {
4949
/>
5050

5151
<div className="suggestions">
52-
{histories.length > 0 && histories.slice(0, 3).map(history => (
52+
{histories.normal.length > 0 && histories.normal.slice(0, 3).map(history => (
5353
<div
5454
key={history.id}
5555
className="suggestion-item"

0 commit comments

Comments
 (0)