mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-23 14:13:21 +01:00
Don't need this
This commit is contained in:
parent
c37df11a25
commit
62ce0250c6
1 changed files with 6 additions and 6 deletions
|
@ -71,12 +71,12 @@ function AccountStatuses() {
|
||||||
titleComponent={
|
titleComponent={
|
||||||
<h1
|
<h1
|
||||||
class="header-account"
|
class="header-account"
|
||||||
onClick={() => {
|
// onClick={() => {
|
||||||
states.showAccount = {
|
// states.showAccount = {
|
||||||
account,
|
// account,
|
||||||
instance,
|
// instance,
|
||||||
};
|
// };
|
||||||
}}
|
// }}
|
||||||
>
|
>
|
||||||
<b
|
<b
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
|
|
Loading…
Add table
Reference in a new issue