fixed type errors
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import type { SightingWidgetType } from "../../types/types";
|
||||
import type { SightingType } from "../../types/types";
|
||||
import { useState } from "react";
|
||||
|
||||
type SightingWidgetDetailsProps = {
|
||||
effectiveSelected: SightingWidgetType | null;
|
||||
effectiveSelected: SightingType | null;
|
||||
};
|
||||
|
||||
const SightingWidgetDetails = ({
|
||||
|
||||
Reference in New Issue
Block a user