mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-02 13:51:48 +00:00
Fixed typo
This commit is contained in:
@@ -19,7 +19,7 @@ const defaultState = {
|
||||
error: false,
|
||||
};
|
||||
|
||||
export default function reduce(state = defaultState, action) {
|
||||
export default function reducer(state = defaultState, action) {
|
||||
switch (action.type) {
|
||||
case DELETE_TAG_START:
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user