We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 040a68a + 77f5234 commit 8123550Copy full SHA for 8123550
1 file changed
frontend/src/components/Tile/Tile.jsx
@@ -53,7 +53,7 @@ export default class Tile extends Component {
53
54
handleClick = () => {
55
const { tile, history } = this.props;
56
- const tileRoute = `/tile/${tile.id}`;
+ const tileRoute = `/tile/${tile.name}`;
57
history.push(tileRoute);
58
};
59
0 commit comments