Eliminate arrows in the standalone Lightbox component examples

This commit is contained in:
Scott Nonnenberg 2018-05-07 16:28:29 -07:00
parent 8beeef4d10
commit f628df1035
1 changed files with 0 additions and 2 deletions

View File

@ -5,8 +5,6 @@ const noop = () => {};
<Lightbox
objectURL="https://placekitten.com/800/600"
contentType="image/jpeg"
onNext={noop}
onPrevious={noop}
onSave={noop}
/>
</div>;