Skip to content

Commit 8dfac56

Browse files
committed
fmt
1 parent 7781847 commit 8dfac56

File tree

1 file changed

+1
-1
lines changed
  • apps/desktop/src/routes/(window-chrome)/settings

1 file changed

+1
-1
lines changed

apps/desktop/src/routes/(window-chrome)/settings/feedback.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export default function FeedbackTab() {
153153
Operating System
154154
</p>
155155
<p class="text-gray-10 bg-gray-2 px-2 py-1.5 rounded font-mono text-xs">
156-
{ver().displayName}
156+
{(ver() as { displayName: string }).displayName}
157157
</p>
158158
</div>
159159
)}

0 commit comments

Comments
 (0)