Skip to content

Commit

Permalink
fix: pro res update
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteZhang1024 committed Mar 20, 2024
1 parent bd965cb commit 1b84205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Firmware/Firmware.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ export default function Firmware() {
/>
</div>
</div>
{['touch'].includes(getDeviceType(device?.features)) && (
{['touch', 'pro'].includes(getDeviceType(device?.features)) && (
<ConfirmDialog
okCancel
cancelText={intl.formatMessage({ id: 'TR_CLOSE' })}
Expand Down

0 comments on commit 1b84205

Please sign in to comment.