Skip to content

Commit

Permalink
fix pos
Browse files Browse the repository at this point in the history
  • Loading branch information
byeoon committed Oct 23, 2024
1 parent 2535099 commit d43e93a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/settings/pages/General.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ export default function General() {
/>
<TableRow
label="Enabled Plugins"
subLabel={ getPlugins }
icon={<TableRowIcon source={getAssetIDByName("ic_progress_wrench_24px")} />}
subLabel={ `${getPlugins} enabled plugins.` }
onPress={() => showToast(`${debugInfo.vendetta.version}`)}
/>
</TableRowGroup>
Expand Down

0 comments on commit d43e93a

Please sign in to comment.