Fix prettier problems
This commit is contained in:
parent
115fb7f9a3
commit
b521ab1c7d
@ -62,7 +62,7 @@ export const ListPortals = ({navigation}: IListPortalsDTO) => {
|
||||
portalsStorage = JSON.parse(portalsStorage as string);
|
||||
const newPortalStorage = portalsStorage?.filter(
|
||||
(portalItem: IItemDelete) => {
|
||||
if (item.name == portalItem.name) {
|
||||
if (item.name === portalItem.name) {
|
||||
return false;
|
||||
}
|
||||
return portalItem;
|
||||
|
Loading…
Reference in New Issue
Block a user