acctFull --> getAcct throughout the UI, make it stateful
This commit is contained in:
6
app/soapbox/utils/state.js
Normal file
6
app/soapbox/utils/state.js
Normal file
@ -0,0 +1,6 @@
|
||||
import { getSoapboxConfig } from'soapbox/actions/soapbox';
|
||||
|
||||
export const displayFqn = state => {
|
||||
const soapbox = getSoapboxConfig(state);
|
||||
return soapbox.get('displayFqn');
|
||||
};
|
||||
Reference in New Issue
Block a user