Skip to content

Commit

Permalink
mod. 2310 - now shows original input . minor
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo committed Dec 13, 2023
1 parent 068db9b commit 29b38fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/includes/Aoc2310.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,12 +218,12 @@ var Aoc2310 = () => {
</div>
</div>

All Landlocked Seas<br/>
All Landlocked Seas<br/><br/>
<div className="field data-field data-field-2310">
{ PathLandlock ? PathLandlock.map(row => row.join('')).join('\n') : "No data available." }
</div>

<br/>These are Joined Pipes<br/>
<br/>These are Joined Pipes<br/><br/>
<div className="field data-field data-field-2310">
{ PathAllPipes ? PathAllPipes.map(row => row.join('')).join('\n') : "No data available." }
</div>
Expand Down

0 comments on commit 29b38fc

Please sign in to comment.