Remove unnecessary "??" operator usage in EmptyView prop
This commit is contained in:
@@ -45,7 +45,7 @@ export const TrackingSettings = () => {
|
||||
const trackers = data?.trackers.nodes ?? [];
|
||||
|
||||
if (error) {
|
||||
return <EmptyView message={error.message ?? error} />;
|
||||
return <EmptyView message={error.message} />;
|
||||
}
|
||||
|
||||
if (loading) {
|
||||
|
||||
Reference in New Issue
Block a user