Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
Saelmala committed Aug 29, 2024
1 parent 22595f4 commit 4ce5663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/inventory/editView/GeneralSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default function GeneralSettings() {
{t('source.last_connected')}
</h2>
<div className="flex-col">
<p>{new Date(input.location).toLocaleString()}</p>
<p>{new Date(input.lastConnected).toLocaleString()}</p>
</div>
</div>

Expand Down

0 comments on commit 4ce5663

Please sign in to comment.