Skip to content

Commit 77f5234

Browse files
author
La Mantia, Giuseppe
committed
fix for details page
1 parent 70741dd commit 77f5234

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/Tile/Tile.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default class Tile extends Component {
5353

5454
handleClick = () => {
5555
const { tile, history } = this.props;
56-
const tileRoute = `/tile/${tile.id}`;
56+
const tileRoute = `/tile/${tile.name}`;
5757
history.push(tileRoute);
5858
};
5959

0 commit comments

Comments
 (0)