mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 00:27:11 +00:00
test
This commit is contained in:
+2
-1
@@ -22,8 +22,9 @@ const CompetitionHeader: React.FC<CompetitionHeaderProps> = ({
|
|||||||
const handleTaskSelect = () => {
|
const handleTaskSelect = () => {
|
||||||
setAnswer("")
|
setAnswer("")
|
||||||
setSelectedFile(null)
|
setSelectedFile(null)
|
||||||
|
console.log("STOP IT")
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<header className="bg-white shadow-sm sticky top-0 z-30 w-full">
|
<header className="bg-white shadow-sm sticky top-0 z-30 w-full">
|
||||||
<div className="mx-auto max-w-6xl px-4">
|
<div className="mx-auto max-w-6xl px-4">
|
||||||
|
|||||||
Reference in New Issue
Block a user