Skip to content

Commit

Permalink
rename fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAmigo committed Oct 21, 2024
1 parent 401d138 commit 82ee289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/offerDetailed.tsx → src/pages/offer_detailed.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Logo from '../components/logo/logo';
import SendComment from '../components/comment/send_comment';

function OfferDetailed(): JSX.Element {
function Offer_detailed(): JSX.Element {

Check failure on line 4 in src/pages/offer_detailed.tsx

View workflow job for this annotation

GitHub Actions / Check

Identifier 'Offer_detailed' is not in camel case
return (
<div className="page">
<header className="header">
Expand Down Expand Up @@ -309,4 +309,4 @@ function OfferDetailed(): JSX.Element {
);
}

export default OfferDetailed;
export default Offer_detailed;

Check failure on line 312 in src/pages/offer_detailed.tsx

View workflow job for this annotation

GitHub Actions / Check

Identifier 'Offer_detailed' is not in camel case

0 comments on commit 82ee289

Please sign in to comment.