added delete functionality and updated button styles
This commit is contained in:
@@ -160,6 +160,10 @@ export type AlertPayload =
|
||||
| {
|
||||
payload: string;
|
||||
type: "SEARCH";
|
||||
}
|
||||
| {
|
||||
type: "REMOVE";
|
||||
payload: SightingType;
|
||||
};
|
||||
|
||||
export type ActionType = {
|
||||
|
||||
Reference in New Issue
Block a user