docs: don't show panda kit in shop (#29963)

pull/29967/head
Adeeb Shihadeh 2 years ago committed by GitHub
parent 50cca99e45
commit 747a6149b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/car/hyundai/values.py

@ -141,7 +141,7 @@ class Footnote(Enum):
CANFD = CarFootnote( CANFD = CarFootnote(
"Requires a comma 3X or <a href=\"https://comma.ai/shop/can-fd-panda-kit\" target=\"_blank\">CAN FD panda kit</a> " + "Requires a comma 3X or <a href=\"https://comma.ai/shop/can-fd-panda-kit\" target=\"_blank\">CAN FD panda kit</a> " +
"for this <a href=\"https://en.wikipedia.org/wiki/CAN_FD\" target=\"_blank\">CAN FD car</a>.", "for this <a href=\"https://en.wikipedia.org/wiki/CAN_FD\" target=\"_blank\">CAN FD car</a>.",
Column.MODEL, shop_footnote=True) Column.MODEL, shop_footnote=False)
@dataclass @dataclass

Loading…
Cancel
Save