Skip to content

Commit

Permalink
docs: don't show panda kit in shop (commaai#29963)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh authored Sep 18, 2023
1 parent 50cca99 commit 747a614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/hyundai/values.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class Footnote(Enum):
CANFD = CarFootnote(
"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>.",
Column.MODEL, shop_footnote=True)
Column.MODEL, shop_footnote=False)


@dataclass
Expand Down

0 comments on commit 747a614

Please sign in to comment.