mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-24 17:51:14 +02:00
fix: formatting
This commit is contained in:
parent
b045a25e4a
commit
ee69b03843
@ -474,8 +474,7 @@ export const ProjectFeatureToggles = ({
|
||||
|
||||
const selectedData = useSelectedData(features, rowSelection);
|
||||
|
||||
const showCleanupReminder =
|
||||
!tableState.lastSeenAt && !tableState.lifecycle;
|
||||
const showCleanupReminder = !tableState.lastSeenAt && !tableState.lifecycle;
|
||||
|
||||
return (
|
||||
<Container>
|
||||
|
Loading…
Reference in New Issue
Block a user