Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
buggyGrandma committed Dec 27, 2023
1 parent 29786a0 commit 17d40e9
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import React from "react";

const EvaluationOptions = ({ selected }: { selected: boolean }) => {
const renderedContainerClass = selected
? "text-[#202020] bg-[#FFD073]"
Expand All @@ -24,3 +22,6 @@ const EvaluationOptions = ({ selected }: { selected: boolean }) => {
};

export default EvaluationOptions;
function useStete(arg0: boolean): [any, any] {
throw new Error("Function not implemented.");
}

0 comments on commit 17d40e9

Please sign in to comment.