diff --git a/README.md b/README.md index 8c64f07bc..72a393976 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +![React 18](https://img.shields.io/badge/react-18-blue) This project was bootstrapped with [DHIS2 Application Platform](https://github.com/dhis2/app-platform). ## Development diff --git a/src/components/DropdownButton/assets/Arrow.jsx b/src/components/DropdownButton/assets/Arrow.jsx index c2d5403f2..48d174677 100644 --- a/src/components/DropdownButton/assets/Arrow.jsx +++ b/src/components/DropdownButton/assets/Arrow.jsx @@ -1,7 +1,6 @@ import PropTypes from 'prop-types' import React from 'react' -/* eslint-disable react/no-unknown-property */ export function ArrowDown({ className }) { return (