fix: improve error handling in API routes and update date handling for OKR and Key Result submissions
Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 3m38s
Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 3m38s
This commit is contained in:
@@ -62,9 +62,9 @@ interface QuadrantHelpProps {
|
||||
category: SwotCategory;
|
||||
}
|
||||
|
||||
export function QuadrantHelp({ category }: QuadrantHelpProps) {
|
||||
export function QuadrantHelp({ category: _category }: QuadrantHelpProps) {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
const [isOpen, setIsOpen] = useState(false);
|
||||
const content = HELP_CONTENT[category];
|
||||
|
||||
return (
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user