We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b9fdd commit 04f2a8aCopy full SHA for 04f2a8a
packages/suite/src/components/suite/troubleshooting/tips/index.tsx
@@ -105,6 +105,7 @@ export const TROUBLESHOOTING_TIP_UDEV: TipItem = {
105
heading: <Translation id="TR_UDEV_DOWNLOAD_TITLE" />,
106
description: <UdevDescription />,
107
hide: !isLinux(),
108
+ // blabla
109
};
110
111
export const TROUBLESHOOTING_TIP_RECONNECT: TipItem = {
0 commit comments