Update PinButton.tsx

This commit is contained in:
Stefan Ålund
2020-10-19 10:36:03 +02:00
parent 763ec1cd2f
commit ec892d5fab
@@ -46,7 +46,7 @@ export const PinButton = () => {
checked={isPinned}
onChange={() => toggleSidebarPinState()}
name="pin"
data-test-id="pin"
data-testid="pin"
inputProps={{ 'aria-label': 'Pin Sidebar Switch' }}
/>
</Tooltip>