Skip to content

Commit ac57382

Browse files
committed
add comment
1 parent 62fb3d5 commit ac57382

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compounds/RequestList/RequestList.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const RequestList = ({ requests }) => (
99
<Title title='My Requests' size='medium' />
1010
<div className='rounded overflow-hidden'>
1111
{requests.length === 0 ? (
12+
// the no-requests class is for testing purposes in the webstore - do not remove
1213
<p className='mt-2 no-requests'>
1314
You do not have any requests yet.
1415
<br />

0 commit comments

Comments
 (0)