We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62fb3d5 commit ac57382Copy full SHA for ac57382
src/compounds/RequestList/RequestList.jsx
@@ -9,6 +9,7 @@ const RequestList = ({ requests }) => (
9
<Title title='My Requests' size='medium' />
10
<div className='rounded overflow-hidden'>
11
{requests.length === 0 ? (
12
+ // the no-requests class is for testing purposes in the webstore - do not remove
13
<p className='mt-2 no-requests'>
14
You do not have any requests yet.
15
<br />
0 commit comments