Skip to content

Commit

Permalink
Remove browser open
Browse files Browse the repository at this point in the history
  • Loading branch information
davocarli committed Jan 3, 2023
1 parent 4d20f2d commit 232b1e9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/pages/reportViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@ const GameReports = ({ serverApi }: { serverApi: ServerAPI }) => {
</PanelSectionRow>
))}
<PanelSectionRow>
<ButtonItem
{reports.length === 0
? "No Reports were found for this game. Maybe you can add one? Check out https://sharedeck.games"
: "Using your own configuration? Share it at https://sharedeck.games"}
{/* <ButtonItem
onClick={() =>
openWeb(
SHAREDECK_NEW_REPORT_URL.replaceAll(
Expand All @@ -115,7 +118,7 @@ const GameReports = ({ serverApi }: { serverApi: ServerAPI }) => {
}
>
Submit Report
</ButtonItem>
</ButtonItem> */}
</PanelSectionRow>
</PanelSection>
</div>
Expand Down

0 comments on commit 232b1e9

Please sign in to comment.