Skip to content

Commit

Permalink
Merge pull request #864 from the-hideout/fix-hideout-station-image
Browse files Browse the repository at this point in the history
fix hideout station images on item pages
  • Loading branch information
Razzmatazzz authored Feb 29, 2024
2 parents 0d2e5a2 + 5dfaef6 commit fd91300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ function App() {

socket.addEventListener('open', () => {
console.log('Connected to socket server');
console.log(socket);
//console.log(socket);

heartbeat();

Expand Down
1 change: 1 addition & 0 deletions src/components/items-for-hideout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ function ItemsForHideout(props) {
...c,
moduleName: curr.name,
normalizedName: curr.normalizedName,
imageLink: curr.imageLink,
level: level.level,
};
}),
Expand Down

0 comments on commit fd91300

Please sign in to comment.