Skip to content

Commit 8123550

Browse files
authored
Merge pull request #8 from taban03/development
fix for details page
2 parents 040a68a + 77f5234 commit 8123550

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)