@@ -1,4 +1,4 @@
|
||||
import { Button, Icon } from "react-materialize";
|
||||
import { Button, Icon, Range } from "react-materialize";
|
||||
import PropTypes from "prop-types";
|
||||
|
||||
/**
|
||||
@@ -59,8 +59,7 @@ const AudioControls = ({
|
||||
</Button>
|
||||
)}
|
||||
|
||||
<input
|
||||
type="range"
|
||||
<Range
|
||||
className="brown waves-light range-field"
|
||||
min={0}
|
||||
max={100}
|
||||
|
||||
Referencia en una nueva incidencia
Block a user