Monadical-SAS / oddslingers.poker

The Django + React codebase powering the free, open-source poker platform: OddSlingers.com
https://oddslingers.com
GNU Lesser General Public License v2.1
59 stars 18 forks source link

Fix nested a elements warning #1

Closed jdcaballerov closed 3 years ago

jdcaballerov commented 3 years ago

Hotfix PR

Fixes warning in odslingers.l/tables for nested <a> elements

Warning: validateDOMNesting(...): <a> cannot appear as a descendant of <a>.
    in a (created by TableThumbnail)
    in div (created by Col)
    in Col (created by TableThumbnail)
    in a (created by TableThumbnail)
    in TableThumbnail (created by TableList)
    in div (created by Row)
    in Row (created by TableList)
    in div (created by TableList)
    in TableList

Status

QA Checklist


Normal PR

[describe changes and/or link to related issues, post screenshots. If you are waiting for feedback describe it here]

Status

QA Checklist

(copy/paste in the relevant checklist. Check anything that you did, and leave it unchecked if you didn't. It's ok to leave things unchecked if you don't think they matter to your PR)

Frontend Changes

Backend Changes