Skip to content

Commit

Permalink
removing lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Shriya-Chauhan committed Nov 30, 2024
1 parent 7efb023 commit 8b98265
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modelina-website/src/components/playground/Playground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const Playground: React.FC<ModelinaPlaygroundProps> = (props) => {
setStatusCode(400);
setOutputLoading(true);
}
};
};

/**
* Set a query key and value
Expand Down
2 changes: 1 addition & 1 deletion modelina-website/src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ abbr[title] {
display: flex;
justify-content: center;
align-items: center;
}
}

0 comments on commit 8b98265

Please sign in to comment.