mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 03:26:31 +00:00
fix #1467 console: confirmation code preview
This commit is contained in:
parent
3d05f99bd4
commit
7a3e9a1f96
@ -665,6 +665,22 @@ status.response({
|
||||
|
||||
return {markup: error};
|
||||
}
|
||||
},
|
||||
preview: function (params) {
|
||||
return {
|
||||
markup: status.components.text(
|
||||
{},
|
||||
params.code
|
||||
)
|
||||
};
|
||||
},
|
||||
shortPreview: function (params) {
|
||||
return {
|
||||
markup: status.components.text(
|
||||
{},
|
||||
params.code
|
||||
)
|
||||
};
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user