kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
make default mint blank
rodzic
fcfb7a7f98
commit
c27e44b59c
|
@ -9,7 +9,7 @@ interface IEditableList<T> {
|
||||||
setItems: (items: T[]) => void;
|
setItems: (items: T[]) => void;
|
||||||
}
|
}
|
||||||
|
|
||||||
const DEFAULT_MINT = 'https://mint.cubabitcoin.org';
|
const DEFAULT_MINT = '';
|
||||||
|
|
||||||
const MintField: StreamfieldComponent<string> = ({ value, onChange, index = 0, values = [] }) => {
|
const MintField: StreamfieldComponent<string> = ({ value, onChange, index = 0, values = [] }) => {
|
||||||
const isFirst = index === 0;
|
const isFirst = index === 0;
|
||||||
|
|
Ładowanie…
Reference in New Issue