Skip to content

Commit 926bcb2

Browse files
Remove console.log tests.
1 parent be3647f commit 926bcb2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/about/SmallPortraitCard.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ import Avatar from "./Avatar";
44

55
export function SmallPortraitCard({ person }) {
66
const history = useHistory();
7+
history.push("/about/");
78

89
function openDialog () {
9-
history.push("/about/");
10-
console.log('history:', history.location)
1110
history.push("/about/" + person.firstName);
12-
console.log('history:', history.location)
1311
};
1412

1513
return (

0 commit comments

Comments
 (0)