Skip to content

Commit 17548c7

Browse files
Update BreadCrumb.js
1 parent 57069d0 commit 17548c7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

image-finder-app/src/Components/BreadCrumb.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ const BreadCrumb = ({
3636
onChange = {
3737
(e) => onCountChange(e.target.value)
3838
}
39-
/> <
40-
/Box>
39+
/>
40+
</Box>
4141
)
4242
}
4343

4444
export default BreadCrumb
45-

0 commit comments

Comments
 (0)