mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-26 03:26:41 +07:00
cleaned out user reducer
This commit is contained in:
parent
103097edbd
commit
af8d270460
13 changed files with 462 additions and 282 deletions
|
@ -10,7 +10,7 @@ type State = {
|
|||
text: String;
|
||||
}
|
||||
|
||||
export class StickerDesc extends React.PureComponent<Props, State> {
|
||||
class StickerDesc extends React.PureComponent<Props, State> {
|
||||
state = {
|
||||
text: this.props.value,
|
||||
};
|
||||
|
@ -56,3 +56,5 @@ export class StickerDesc extends React.PureComponent<Props, State> {
|
|||
)
|
||||
}
|
||||
}
|
||||
|
||||
export { StickerDesc };
|
Loading…
Add table
Add a link
Reference in a new issue