mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-01 18:20:28 +00:00
Fix routing bug
This commit is contained in:
@@ -81,7 +81,9 @@ const Feature = () => {
|
||||
variant='primary-action'
|
||||
text='Settings'
|
||||
iconLeft={<Settings />}
|
||||
onClick={() => history.push(`/feature-settings/${id}`)}
|
||||
onClick={() =>
|
||||
history.push(`/feature-settings/${id || feature.id}`)
|
||||
}
|
||||
/>
|
||||
</Box>
|
||||
<Box marginBottom='30px'>
|
||||
|
||||
Reference in New Issue
Block a user