Skip to content

Commit

Permalink
Posts first version (minmatarfleet#811)
Browse files Browse the repository at this point in the history
* Static version

* CSS updates

* Posts release candidate

* Commit ammend

* First batch of corrections

* Second bash of assertion errors fixes

* Updated assertion for cookies

* Post content field switched to a textarea

* Added posts styles

* Updating asserting for searchParams function

* Rolled back duplicated button showing condition

* Visual bug fixed

* Bugfix building  error

* Removed debug code
  • Loading branch information
beautifulmim authored Oct 14, 2024
1 parent 1435380 commit e404096
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/app/src/pages/intel/moons/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ const distance = Astro.url.searchParams.get('distance') ?? '10'
const region = Astro.url.searchParams.get('region') ?? '1'
const security = Astro.url.searchParams.get('security') ?? 'low'
console.log(distance)
console.log(region)
console.log(security)
try {
systems = await get_moon_systems(home_system, parseInt(distance), region === '1')
Expand Down

0 comments on commit e404096

Please sign in to comment.