Skip to content

Commit

Permalink
Merge branch 'main' into pve-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Razzmatazzz authored Jan 23, 2025
2 parents 22b4d19 + 6f67074 commit 259f1f1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Binary file added public/images/traders/btr-driver-icon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/traders/btr-driver-portrait.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions src/pages/trader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ function Trader() {
if (!trader)
return <ErrorPage />;

if (trader.normalizedName === 'btr-driver')
return <ErrorPage />;

let resetTime = (<LoadingSmall/>);
if (trader.resetTime && trader.barters.length) {
resetTime = (
Expand Down

0 comments on commit 259f1f1

Please sign in to comment.